@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 632 B
JavaScript
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 IconCommentBank_Sharp = class IconCommentBank_Sharp extends LitElement {
render() {
return svgTag('<path d="M2 2v20l4-4h16V2H2zm17 11-2.5-1.5L14 13V5h5v8z"/>');
}
};
IconCommentBank_Sharp.styles = style;
IconCommentBank_Sharp = __decorate([
customElement('mdui-icon-comment-bank--sharp')
], IconCommentBank_Sharp);
export { IconCommentBank_Sharp };