UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 875 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 IconWebAssetOff_TwoTone = class IconWebAssetOff_TwoTone extends LitElement { render() { return svgTag('<path d="M20 17.17V8h-9.17L20 17.17zM5.17 8H4v10h11.17l-10-10z" opacity=".3"/><path d="M6.83 4H20a2 2 0 0 1 2 2v12c0 .34-.09.66-.23.94L20 17.17V8h-9.17l-4-4zm13.66 19.31L17.17 20H4a2 2 0 0 1-2-2V6c0-.34.08-.66.23-.94L.69 3.51 2.1 2.1l19.8 19.8-1.41 1.41zM15.17 18l-10-10H4v10h11.17z"/>'); } }; IconWebAssetOff_TwoTone.styles = style; IconWebAssetOff_TwoTone = __decorate([ customElement('mdui-icon-web-asset-off--two-tone') ], IconWebAssetOff_TwoTone); export { IconWebAssetOff_TwoTone };