@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 921 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 IconWbTwilight_Rounded = class IconWbTwilight_Rounded extends LitElement {
render() {
return svgTag('<path d="m19.07 9.37.71-.71a.996.996 0 1 0-1.41-1.41l-.71.71a.996.996 0 1 0 1.41 1.41zM21 18H3c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM12 7c.56 0 1-.45 1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1zM4.96 9.34a.996.996 0 1 0 1.41-1.41l-.71-.71a.996.996 0 1 0-1.41 1.41l.71.71zM19 16c0-3.87-3.13-7-7-7s-7 3.13-7 7h14z"/>');
}
};
IconWbTwilight_Rounded.styles = style;
IconWbTwilight_Rounded = __decorate([
customElement('mdui-icon-wb-twilight--rounded')
], IconWbTwilight_Rounded);
export { IconWbTwilight_Rounded };