@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 907 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_TwoTone = class IconHomeRepairService_TwoTone 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-1h2v3zm0-5h-2v-1h-2v1H8v-1H6v1H4v-3h16v3z"/><path d="M18 16h-2v-1H8v1H6v-1H4v3h16v-3h-2zM4 10v3h2v-1h2v1h8v-1h2v1h2v-3H7z" opacity=".3"/>');
}
};
IconHomeRepairService_TwoTone.styles = style;
IconHomeRepairService_TwoTone = __decorate([
customElement('mdui-icon-home-repair-service--two-tone')
], IconHomeRepairService_TwoTone);
export { IconHomeRepairService_TwoTone };