UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 794 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_Rounded = class IconFilterAltOff_Rounded extends LitElement { render() { return svgTag('<path d="M19.79 5.61A.998.998 0 0 0 19 4H6.83l7.97 7.97 4.99-6.36zm.7 14.88L3.51 3.51A.996.996 0 1 0 2.1 4.92L10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-1.17l5.07 5.07c.39.39 1.02.39 1.41 0s.4-1.02.01-1.41z"/>'); } }; IconFilterAltOff_Rounded.styles = style; IconFilterAltOff_Rounded = __decorate([ customElement('mdui-icon-filter-alt-off--rounded') ], IconFilterAltOff_Rounded); export { IconFilterAltOff_Rounded };