UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 863 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 IconDownloadForOffline_Outlined = class IconDownloadForOffline_Outlined extends LitElement { render() { return svgTag('<path d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm2.59-11.41L16 10l-4 4-4-4 1.41-1.41L11 10.17V6h2v4.17l1.59-1.58zM17 17H7v-2h10v2z"/>'); } }; IconDownloadForOffline_Outlined.styles = style; IconDownloadForOffline_Outlined = __decorate([ customElement('mdui-icon-download-for-offline--outlined') ], IconDownloadForOffline_Outlined); export { IconDownloadForOffline_Outlined };