UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 745 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 IconNearbyError_Sharp = class IconNearbyError_Sharp extends LitElement { render() { return svgTag('<path d="M12 7.58 16.42 12 12 16.42 7.58 12 12 7.58zm0 11.62L4.8 12 12 4.8l6 6V7.17l-5.99-5.99L1.18 12.01l10.83 10.83L18 16.83V13.2l-6 6zm8 .8h2v2h-2v-2zm2-10h-2v8h2v-8"/>'); } }; IconNearbyError_Sharp.styles = style; IconNearbyError_Sharp = __decorate([ customElement('mdui-icon-nearby-error--sharp') ], IconNearbyError_Sharp); export { IconNearbyError_Sharp };