@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 IconDevicesOther_Sharp = class IconDevicesOther_Sharp extends LitElement {
render() {
return svgTag('<path d="M3 6h18V4H1v16h6v-2H3V6zm10 6H9v1.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22s-.39-1.67-1-2.22V12zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM23 8h-8v12h8V8zm-2 10h-4v-8h4v8z"/>');
}
};
IconDevicesOther_Sharp.styles = style;
IconDevicesOther_Sharp = __decorate([
customElement('mdui-icon-devices-other--sharp')
], IconDevicesOther_Sharp);
export { IconDevicesOther_Sharp };