@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 811 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 IconNaturePeople_Sharp = class IconNaturePeople_Sharp extends LitElement {
render() {
return svgTag('<path d="M22.17 9.17c0-3.91-3.19-7.06-7.11-7-3.83.06-6.99 3.37-6.88 7.19a6.986 6.986 0 0 0 5.83 6.7V20H6v-3h1v-5H2v5h1v5h16v-2h-3v-3.88a7 7 0 0 0 6.17-6.95zM4.5 11c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"/>');
}
};
IconNaturePeople_Sharp.styles = style;
IconNaturePeople_Sharp = __decorate([
customElement('mdui-icon-nature-people--sharp')
], IconNaturePeople_Sharp);
export { IconNaturePeople_Sharp };