UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 674 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 IconDriveFileMoveRtl_Sharp = class IconDriveFileMoveRtl_Sharp extends LitElement { render() { return svgTag('<path d="M22 6H12l-2-2H2v16h20V6zM12 17l-4-4 4-4v3h4v2h-4v3z"/>'); } }; IconDriveFileMoveRtl_Sharp.styles = style; IconDriveFileMoveRtl_Sharp = __decorate([ customElement('mdui-icon-drive-file-move-rtl--sharp') ], IconDriveFileMoveRtl_Sharp); export { IconDriveFileMoveRtl_Sharp };