UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 615 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 IconFunctions_Sharp = class IconFunctions_Sharp extends LitElement { render() { return svgTag('<path d="M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7V4z"/>'); } }; IconFunctions_Sharp.styles = style; IconFunctions_Sharp = __decorate([ customElement('mdui-icon-functions--sharp') ], IconFunctions_Sharp); export { IconFunctions_Sharp };