@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 973 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 IconBedroomChild_Rounded = class IconBedroomChild_Rounded extends LitElement {
render() {
return svgTag('<path d="M9 8.5h6v2H9zm6.64 3.5H8.37a.87.87 0 0 0-.87.87h.01V14h9v-1.13a.87.87 0 0 0-.87-.87z"/><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.75 15c-.41 0-.75-.34-.75-.75v-.75h-9v.75c0 .41-.34.75-.75.75S6 16.66 6 16.25v-3.38c0-1 .62-1.85 1.5-2.2V9c0-1.1.9-2 2-2h5c1.1 0 2 .9 2 2v1.67c.88.35 1.5 1.2 1.5 2.2v3.38c0 .41-.34.75-.75.75z"/>');
}
};
IconBedroomChild_Rounded.styles = style;
IconBedroomChild_Rounded = __decorate([
customElement('mdui-icon-bedroom-child--rounded')
], IconBedroomChild_Rounded);
export { IconBedroomChild_Rounded };