UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 596 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 IconTopic_Sharp = class IconTopic_Sharp extends LitElement { render() { return svgTag('<path d="m12 6-2-2H2v16h20V6H12zm2 10H6v-2h8v2zm4-4H6v-2h12v2z"/>'); } }; IconTopic_Sharp.styles = style; IconTopic_Sharp = __decorate([ customElement('mdui-icon-topic--sharp') ], IconTopic_Sharp); export { IconTopic_Sharp };