UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 901 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 IconSubdirectoryArrowRight_Rounded = class IconSubdirectoryArrowRight_Rounded extends LitElement { render() { return svgTag('<path d="m18.29 15.71-4.58 4.58c-.39.39-1.03.39-1.42 0-.39-.39-.39-1.03 0-1.42L15.17 16H5c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1s1 .45 1 1v9h9.17l-2.88-2.87c-.39-.39-.39-1.03 0-1.42.39-.39 1.03-.39 1.42 0l4.58 4.58c.39.39.39 1.03 0 1.42z"/>'); } }; IconSubdirectoryArrowRight_Rounded.styles = style; IconSubdirectoryArrowRight_Rounded = __decorate([ customElement('mdui-icon-subdirectory-arrow-right--rounded') ], IconSubdirectoryArrowRight_Rounded); export { IconSubdirectoryArrowRight_Rounded };