@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 859 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 IconRecordVoiceOver_Sharp = class IconRecordVoiceOver_Sharp extends LitElement {
render() {
return svgTag('<circle cx="9" cy="9" r="4"/><path d="M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm6.08-7.95c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"/>');
}
};
IconRecordVoiceOver_Sharp.styles = style;
IconRecordVoiceOver_Sharp = __decorate([
customElement('mdui-icon-record-voice-over--sharp')
], IconRecordVoiceOver_Sharp);
export { IconRecordVoiceOver_Sharp };