@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 965 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 IconFilter_3_TwoTone = class IconFilter_3_TwoTone extends LitElement {
render() {
return svgTag('<path d="M7 17h14V3H7v14zm4-4h4v-2h-2V9h2V7h-4V5h4a2 2 0 0 1 2 2v1.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V13a2 2 0 0 1-2 2h-4v-2z" opacity=".3"/><path d="M21 1H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7a2 2 0 0 0-2-2h-4v2h4v2h-2v2h2v2h-4v2h4a2 2 0 0 0 2-2zm2 10v-2H3V5H1v16c0 1.1.9 2 2 2h16z"/>');
}
};
IconFilter_3_TwoTone.styles = style;
IconFilter_3_TwoTone = __decorate([
customElement('mdui-icon-filter-3--two-tone')
], IconFilter_3_TwoTone);
export { IconFilter_3_TwoTone };