@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 901 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 IconFontDownloadOff_Outlined = class IconFontDownloadOff_Outlined extends LitElement {
render() {
return svgTag('<path d="M4.83 2H20c1.1 0 2 .9 2 2v15.17l-2-2V4H6.83l-2-2zm6.09 4-.57 1.52 1.36 1.36.23-.66h.1l.54 1.52 3.04 3.04L13.07 6h-2.15zm9.57 17.31L19.17 22H4c-1.1 0-2-.9-2-2V4.83L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM17.17 20l-5.07-5.07H9.58L8.49 18H6.41l2.39-6.37L4 6.83V20h13.17z"/>');
}
};
IconFontDownloadOff_Outlined.styles = style;
IconFontDownloadOff_Outlined = __decorate([
customElement('mdui-icon-font-download-off--outlined')
], IconFontDownloadOff_Outlined);
export { IconFontDownloadOff_Outlined };