UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 763 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 IconPhonelinkOff_Sharp = class IconPhonelinkOff_Sharp extends LitElement { render() { return svgTag('<path d="m4.56 4-2.5-2.49L4.56 4zM24 8h-8v4.61l2 2V10h4v7h-1.61l3 3H24zm-2-2V4H7.39l2 2zM2.06 1.51.65 2.92 2 4.27V17H0v3h17.73l2.35 2.35 1.41-1.41L2.06 1.51zM4 17V6.27L14.73 17H4z"/>'); } }; IconPhonelinkOff_Sharp.styles = style; IconPhonelinkOff_Sharp = __decorate([ customElement('mdui-icon-phonelink-off--sharp') ], IconPhonelinkOff_Sharp); export { IconPhonelinkOff_Sharp };