fix(icon)!: rename "lib" directory to "internal"

BREAKING CHANGE: Rename `@material/web/icon/lib` to `@material/web/icon/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550579714
This commit is contained in:
Andrew Jakubowicz 2023-07-24 09:10:30 -07:00 committed by Copybara-Service
parent 38b1b69a9c
commit 21b7becd7b
6 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
// SPDX-License-Identifier: Apache-2.0
//
@forward './lib/icon' show theme;
@forward './internal/icon' show theme;

View File

@ -6,8 +6,8 @@
import {customElement} from 'lit/decorators.js';
import {Icon} from './lib/icon.js';
import {styles} from './lib/icon-styles.css.js';
import {Icon} from './internal/icon.js';
import {styles} from './internal/icon-styles.css.js';
declare global {
interface HTMLElementTagNameMap {