UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 832 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 IconNotificationsOff_Sharp = class IconNotificationsOff_Sharp extends LitElement { render() { return svgTag('<path d="M12 22c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2zm6-11c0-3.07-1.64-5.64-4.5-6.32V2.5h-3v2.18c-.24.06-.47.15-.69.23L18 13.1V11zM5.41 3.35 4 4.76l2.81 2.81C6.29 8.57 6 9.73 6 11v5l-2 2v1h14.24l1.74 1.74 1.41-1.41L5.41 3.35z"/>'); } }; IconNotificationsOff_Sharp.styles = style; IconNotificationsOff_Sharp = __decorate([ customElement('mdui-icon-notifications-off--sharp') ], IconNotificationsOff_Sharp); export { IconNotificationsOff_Sharp };