UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 790 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 IconEmergencyRecording_Sharp = class IconEmergencyRecording_Sharp extends LitElement { render() { return svgTag('<path d="M18 10.48V4H2v16h16v-6.48l4 3.98v-11l-4 3.98zM12 12l3 1.73-1 1.73-3-1.73V17H9v-3.27l-3 1.73-1-1.73L8 12l-3-1.73 1-1.73 3 1.73V7h2v3.27l3-1.73 1 1.73L12 12z"/>'); } }; IconEmergencyRecording_Sharp.styles = style; IconEmergencyRecording_Sharp = __decorate([ customElement('mdui-icon-emergency-recording--sharp') ], IconEmergencyRecording_Sharp); export { IconEmergencyRecording_Sharp };