UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 779 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_TwoTone = class IconReportProblem_TwoTone extends LitElement { render() { return svgTag('<path d="M12 5.99 4.47 19h15.06L12 5.99zM13 18h-2v-2h2v2zm-2-4v-4h2v4h-2z" opacity=".3"/><path d="M12 2 1 21h22L12 2zm0 3.99L19.53 19H4.47L12 5.99zM11 16h2v2h-2zm0-6h2v4h-2z"/>'); } }; IconReportProblem_TwoTone.styles = style; IconReportProblem_TwoTone = __decorate([ customElement('mdui-icon-report-problem--two-tone') ], IconReportProblem_TwoTone); export { IconReportProblem_TwoTone };