UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 634 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 IconOpenInFull_Sharp = class IconOpenInFull_Sharp extends LitElement { render() { return svgTag('<path d="M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"/>'); } }; IconOpenInFull_Sharp.styles = style; IconOpenInFull_Sharp = __decorate([ customElement('mdui-icon-open-in-full--sharp') ], IconOpenInFull_Sharp); export { IconOpenInFull_Sharp };