@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 922 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 IconDriveFileRenameOutline_Rounded = class IconDriveFileRenameOutline_Rounded extends LitElement {
render() {
return svgTag('<path d="m15 16-4 4h8c1.1 0 2-.9 2-2s-.9-2-2-2h-4zm-2.94-8.81-8.77 8.77c-.18.18-.29.44-.29.7V19c0 .55.45 1 1 1h2.34c.27 0 .52-.11.71-.29l8.77-8.77-3.76-3.75zm6.65.85a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>');
}
};
IconDriveFileRenameOutline_Rounded.styles = style;
IconDriveFileRenameOutline_Rounded = __decorate([
customElement('mdui-icon-drive-file-rename-outline--rounded')
], IconDriveFileRenameOutline_Rounded);
export { IconDriveFileRenameOutline_Rounded };