UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 753 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 IconEventBusy_Sharp = class IconEventBusy_Sharp extends LitElement { render() { return svgTag('<path d="m9.31 17 2.44-2.44L14.19 17l1.06-1.06-2.44-2.44 2.44-2.44L14.19 10l-2.44 2.44L9.31 10l-1.06 1.06 2.44 2.44-2.44 2.44L9.31 17zM21 3h-3V1h-2v2H8V1H6v2H3.01L3 21h18V3zm-2 16H5V8h14v11z"/>'); } }; IconEventBusy_Sharp.styles = style; IconEventBusy_Sharp = __decorate([ customElement('mdui-icon-event-busy--sharp') ], IconEventBusy_Sharp); export { IconEventBusy_Sharp };