UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 649 B
import { __decorate } from "tslib"; import { LitElement } from 'lit'; import { customElement } from 'lit/decorators/custom-element.js'; import { style } from '@mdui/shared/icons/shared/style.js'; import { svgTag } from '@mdui/shared/icons/shared/svg-tag.js'; let IconLabelImportant_Sharp = class IconLabelImportant_Sharp extends LitElement { render() { return svgTag('<path d="M4 18.99h12.04L21 12l-4.97-7H4l5 7-5 6.99z"/>'); } }; IconLabelImportant_Sharp.styles = style; IconLabelImportant_Sharp = __decorate([ customElement('mdui-icon-label-important--sharp') ], IconLabelImportant_Sharp); export { IconLabelImportant_Sharp };