UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 676 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 IconUnarchive_Sharp = class IconUnarchive_Sharp extends LitElement { render() { return svgTag('<path d="M18.71 3H5.29L3 5.79V21h18V5.79L18.71 3zM14 15v2h-4v-2H6.5L12 9.5l5.5 5.5H14zM5.12 5l.81-1h12l.94 1H5.12z"/>'); } }; IconUnarchive_Sharp.styles = style; IconUnarchive_Sharp = __decorate([ customElement('mdui-icon-unarchive--sharp') ], IconUnarchive_Sharp); export { IconUnarchive_Sharp };