UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 748 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 IconFormatListNumberedRtl = class IconFormatListNumberedRtl extends LitElement { render() { return svgTag('<path d="M18 17h2v.5h-1v1h1v.5h-2v1h3v-4h-3zm1-9h1V4h-2v1h1zm-1 3h1.8L18 13.1v.9h3v-1h-1.8l1.8-2.1V10h-3zM2 5h14v2H2zm0 12h14v2H2zm0-6h14v2H2z"/>'); } }; IconFormatListNumberedRtl.styles = style; IconFormatListNumberedRtl = __decorate([ customElement('mdui-icon-format-list-numbered-rtl') ], IconFormatListNumberedRtl); export { IconFormatListNumberedRtl };