@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 882 B
JavaScript
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_Rounded = class IconDriveFileMoveRtl_Rounded extends LitElement {
render() {
return svgTag('<path d="M20 6h-8l-1.41-1.41C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8.85 10.15-2.79-2.79c-.2-.2-.2-.51 0-.71l2.79-2.79c.31-.32.85-.1.85.35V12h3c.55 0 1 .45 1 1s-.45 1-1 1h-3v1.79a.5.5 0 0 1-.85.36z"/>');
}
};
IconDriveFileMoveRtl_Rounded.styles = style;
IconDriveFileMoveRtl_Rounded = __decorate([
customElement('mdui-icon-drive-file-move-rtl--rounded')
], IconDriveFileMoveRtl_Rounded);
export { IconDriveFileMoveRtl_Rounded };