@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 998 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 IconFilterDrama_Rounded = class IconFilterDrama_Rounded extends LitElement {
render() {
return svgTag('<path d="M19.35 10.04A7.49 7.49 0 0 0 12 4a7.48 7.48 0 0 0-6.64 4.04A5.996 5.996 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6.17c-2.09 0-3.95-1.53-4.15-3.61a3.998 3.998 0 0 1 7.89-1.22c.1.48.5.83.98.83.61 0 1.11-.55.99-1.15a5.987 5.987 0 0 0-4.29-4.63c1.1-1.46 2.89-2.37 4.89-2.2 2.88.25 5.01 2.82 5.01 5.71V12h1.37c1.45 0 2.79.97 3.07 2.4.39 1.91-1.08 3.6-2.93 3.6z"/>');
}
};
IconFilterDrama_Rounded.styles = style;
IconFilterDrama_Rounded = __decorate([
customElement('mdui-icon-filter-drama--rounded')
], IconFilterDrama_Rounded);
export { IconFilterDrama_Rounded };