Don't automatically import Material Icons font.

PiperOrigin-RevId: 260521101
This commit is contained in:
aomarks 2019-07-29 09:55:56 -07:00 committed by Alexander Marks
parent 49270c2811
commit c3170a96a9
4 changed files with 3 additions and 7 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
import {ButtonBase} from './mwc-button-base.js';
import {customElement} from '@material/mwc-base/base-element';
import {style} from './mwc-button-css.js';
import '@material/mwc-icon/mwc-icon-font.js';
@customElement('mwc-button' as any)
export class Button extends ButtonBase {

View File

@ -17,7 +17,6 @@ limitations under the License.
import {FabBase} from './mwc-fab-base.js';
import {customElement} from '@material/mwc-base/base-element';
import {style} from './mwc-fab-css.js';
import '@material/mwc-icon/mwc-icon-font.js';
declare global {
interface HTMLElementTagNameMap {

View File

@ -18,7 +18,6 @@ limitations under the License.
import {IconButtonBase} from './icon-button-base.js';
import {style} from './mwc-icon-button-css.js';
import {customElement} from '@material/mwc-base/base-element.js';
import '@material/mwc-icon/mwc-icon-font.js';
declare global {
interface HTMLElementTagNameMap {

View File

@ -16,7 +16,6 @@ limitations under the License.
*/
import {LitElement, html, customElement} from '@material/mwc-base/base-element';
import {style} from './mwc-icon-host-css.js';
import './mwc-icon-font.js';
@customElement('mwc-icon' as any)
export class Icon extends LitElement {