@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 837 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 IconEnergySavingsLeaf_Sharp = class IconEnergySavingsLeaf_Sharp extends LitElement {
render() {
return svgTag('<path d="M12 3c-4.8 0-9 3.86-9 9 0 2.12.74 4.07 1.97 5.61L3 19.59 4.41 21l1.97-1.97A9.012 9.012 0 0 0 12 21c2.3 0 4.61-.88 6.36-2.64A8.95 8.95 0 0 0 21 12V3h-9zm-1.5 14-.5-.5 2.5-3.5-5-.5 6-5.5.5.5-2.5 3.5 5 .5-6 5.5z"/>');
}
};
IconEnergySavingsLeaf_Sharp.styles = style;
IconEnergySavingsLeaf_Sharp = __decorate([
customElement('mdui-icon-energy-savings-leaf--sharp')
], IconEnergySavingsLeaf_Sharp);
export { IconEnergySavingsLeaf_Sharp };