@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 870 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 IconDoNotDisturbOff_Sharp = class IconDoNotDisturbOff_Sharp extends LitElement {
render() {
return svgTag('<path d="M17 11v2h-1.17l4.51 4.51A9.91 9.91 0 0 0 22 12c0-5.52-4.48-10-10-10-2.04 0-3.93.61-5.51 1.66L13.83 11H17zM1.39 4.22l2.27 2.27A9.91 9.91 0 0 0 2 12c0 5.52 4.48 10 10 10 2.04 0 3.93-.61 5.51-1.66l2.27 2.27 1.41-1.41L2.81 2.81 1.39 4.22zM7 11h1.17l2 2H7v-2z"/>');
}
};
IconDoNotDisturbOff_Sharp.styles = style;
IconDoNotDisturbOff_Sharp = __decorate([
customElement('mdui-icon-do-not-disturb-off--sharp')
], IconDoNotDisturbOff_Sharp);
export { IconDoNotDisturbOff_Sharp };