UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 777 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 IconFlashlightOff_Outlined = class IconFlashlightOff_Outlined extends LitElement { render() { return svgTag('<path d="M2.81 2.81 1.39 4.22 8 10.83V22h8v-3.17l3.78 3.78 1.41-1.41L2.81 2.81zM14 20h-4v-7.17l4 4V20zm2-16v1H7.83l2 2H16v.39l-2 3.01v.77l2 2V11l2-3V2H6v1.17l.83.83z"/>'); } }; IconFlashlightOff_Outlined.styles = style; IconFlashlightOff_Outlined = __decorate([ customElement('mdui-icon-flashlight-off--outlined') ], IconFlashlightOff_Outlined); export { IconFlashlightOff_Outlined };