@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 912 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 IconBedroomBaby_Sharp = class IconBedroomBaby_Sharp extends LitElement {
render() {
return svgTag('<path d="M22 2H2v20h20V2zM12 18c-2.64 0-5.13-1.03-7-2.9l1.06-1.06c.34.34.71.65 1.1.92L8 13.5V9.51l-1.55.99-.95-1L7 7.76 6 7h3.65l1.73 3H17v1h-1v2.5l.84 1.46c.39-.28.76-.58 1.1-.92L19 15.1a9.842 9.842 0 0 1-7 2.9z"/><path d="M14.69 14.24a7.72 7.72 0 0 1-5.4 0l-.81 1.41-.03.06c1.1.52 2.28.79 3.53.79s2.45-.28 3.55-.79l-.03-.06-.81-1.41z"/>');
}
};
IconBedroomBaby_Sharp.styles = style;
IconBedroomBaby_Sharp = __decorate([
customElement('mdui-icon-bedroom-baby--sharp')
], IconBedroomBaby_Sharp);
export { IconBedroomBaby_Sharp };