UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

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