@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 886 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 IconBedtimeOff_Rounded = class IconBedtimeOff_Rounded extends LitElement {
render() {
return svgTag('<path d="M11.65 3.46c.27-.71-.36-1.45-1.12-1.34-1.48.21-2.85.76-4.04 1.54l4.59 4.59c-.2-1.56-.04-3.2.57-4.79zm-9.55.05a.996.996 0 0 0 0 1.41l1.56 1.56c-1.4 2.11-2.02 4.77-1.46 7.56.79 3.94 3.99 7.07 7.94 7.78 2.74.49 5.3-.15 7.35-1.51l1.57 1.57a.996.996 0 1 0 1.41-1.41L3.51 3.51a.996.996 0 0 0-1.41 0z"/>');
}
};
IconBedtimeOff_Rounded.styles = style;
IconBedtimeOff_Rounded = __decorate([
customElement('mdui-icon-bedtime-off--rounded')
], IconBedtimeOff_Rounded);
export { IconBedtimeOff_Rounded };