@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 821 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 IconHomeRepairService_Outlined = class IconHomeRepairService_Outlined extends LitElement {
render() {
return svgTag('<path d="M20 8h-3V6c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v10h20V10c0-1.1-.9-2-2-2zM9 6h6v2H9V6zm11 12H4v-3h2v1h2v-1h8v1h2v-1h2v3zm-2-5v-1h-2v1H8v-1H6v1H4v-3h16v3h-2z"/>');
}
};
IconHomeRepairService_Outlined.styles = style;
IconHomeRepairService_Outlined = __decorate([
customElement('mdui-icon-home-repair-service--outlined')
], IconHomeRepairService_Outlined);
export { IconHomeRepairService_Outlined };