@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 725 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 IconElectricalServices_Sharp = class IconElectricalServices_Sharp extends LitElement {
render() {
return svgTag('<path d="M18 13h3v2h-3zm-6-1v2h-2v4h2v2h5v-8z"/><path d="M5 11h7V4H4v2h6v3H3v8h6v-2H5zm13 6h3v2h-3z"/>');
}
};
IconElectricalServices_Sharp.styles = style;
IconElectricalServices_Sharp = __decorate([
customElement('mdui-icon-electrical-services--sharp')
], IconElectricalServices_Sharp);
export { IconElectricalServices_Sharp };