UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 849 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 IconFilterAltOff_TwoTone = class IconFilterAltOff_TwoTone extends LitElement { render() { return svgTag('<path d="M8.83 6h8.12l-3.57 4.55z" opacity=".3"/><path d="m16.95 6-3.57 4.55 1.43 1.43c1.03-1.31 4.98-6.37 4.98-6.37A.998.998 0 0 0 19 4H6.83l2 2h8.12zM2.81 2.81 1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z"/>'); } }; IconFilterAltOff_TwoTone.styles = style; IconFilterAltOff_TwoTone = __decorate([ customElement('mdui-icon-filter-alt-off--two-tone') ], IconFilterAltOff_TwoTone); export { IconFilterAltOff_TwoTone };