@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 888 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 IconNestCamWiredStand_Rounded = class IconNestCamWiredStand_Rounded extends LitElement {
render() {
return svgTag('<path d="m15.83 1.01-4.11.42C8.47 1.75 6 4.48 6 7.75s2.47 6 5.72 6.33l1.9.19-.56.85c-.35-.08-.7-.12-1.06-.12-2.76 0-5 2.24-5 5v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2c0-1.67-.83-3.15-2.09-4.06l.97-1.45c1.14.07 2.12-.83 2.12-1.99V3c0-1.17-1-2.09-2.17-1.99z"/>');
}
};
IconNestCamWiredStand_Rounded.styles = style;
IconNestCamWiredStand_Rounded = __decorate([
customElement('mdui-icon-nest-cam-wired-stand--rounded')
], IconNestCamWiredStand_Rounded);
export { IconNestCamWiredStand_Rounded };