UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 650 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 IconReportProblem_Sharp = class IconReportProblem_Sharp extends LitElement { render() { return svgTag('<path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>'); } }; IconReportProblem_Sharp.styles = style; IconReportProblem_Sharp = __decorate([ customElement('mdui-icon-report-problem--sharp') ], IconReportProblem_Sharp); export { IconReportProblem_Sharp };