UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 817 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 IconFileDownloadOff_TwoTone = class IconFileDownloadOff_TwoTone extends LitElement { render() { return svgTag('<path d="M13 5h-2v3.17l2 2z" opacity=".3"/><path d="m11 8.17-2-2V3h6v6h4l-3.59 3.59L13 10.17V5h-2v3.17zm10.19 13.02L2.81 2.81 1.39 4.22 6.17 9H5l7 7 .59-.59L15.17 18H5v2h12.17l2.61 2.61 1.41-1.42z"/>'); } }; IconFileDownloadOff_TwoTone.styles = style; IconFileDownloadOff_TwoTone = __decorate([ customElement('mdui-icon-file-download-off--two-tone') ], IconFileDownloadOff_TwoTone); export { IconFileDownloadOff_TwoTone };