@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 887 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 IconEmergencyRecording_Outlined = class IconEmergencyRecording_Outlined extends LitElement {
render() {
return svgTag('<path d="M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11l-4 3.98zM16 18H4V6h12v12zm-4-6 3 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_Outlined.styles = style;
IconEmergencyRecording_Outlined = __decorate([
customElement('mdui-icon-emergency-recording--outlined')
], IconEmergencyRecording_Outlined);
export { IconEmergencyRecording_Outlined };