UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 637 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 IconReorder_Outlined = class IconReorder_Outlined extends LitElement { render() { return svgTag('<path d="M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"/>'); } }; IconReorder_Outlined.styles = style; IconReorder_Outlined = __decorate([ customElement('mdui-icon-reorder--outlined') ], IconReorder_Outlined); export { IconReorder_Outlined };