UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 800 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 IconInsertDriveFile_Rounded = class IconInsertDriveFile_Rounded extends LitElement { render() { return svgTag('<path d="M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8.83c0-.53-.21-1.04-.59-1.41l-4.83-4.83c-.37-.38-.88-.59-1.41-.59H6zm7 6V3.5L18.5 9H14c-.55 0-1-.45-1-1z"/>'); } }; IconInsertDriveFile_Rounded.styles = style; IconInsertDriveFile_Rounded = __decorate([ customElement('mdui-icon-insert-drive-file--rounded') ], IconInsertDriveFile_Rounded); export { IconInsertDriveFile_Rounded };