@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 889 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 IconRoomService_TwoTone = class IconRoomService_TwoTone extends LitElement {
render() {
return svgTag('<path d="M12 9.58c-2.95 0-5.47 1.83-6.5 4.41h13A7.002 7.002 0 0 0 12 9.58z" opacity=".3"/><path d="M2 17h20v2H2zm11.84-9.21A2.006 2.006 0 0 0 12 5a2.006 2.006 0 0 0-1.84 2.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21zM12 9.58c2.95 0 5.47 1.83 6.5 4.41h-13A7.002 7.002 0 0 1 12 9.58z"/>');
}
};
IconRoomService_TwoTone.styles = style;
IconRoomService_TwoTone = __decorate([
customElement('mdui-icon-room-service--two-tone')
], IconRoomService_TwoTone);
export { IconRoomService_TwoTone };