@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 786 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 IconBrightness_3_Rounded = class IconBrightness_3_Rounded extends LitElement {
render() {
return svgTag('<path d="M8.93 2h-.14c-.83.02-1.09 1.12-.39 1.56A9.994 9.994 0 0 1 13.03 12c0 3.55-1.84 6.66-4.62 8.43-.71.46-.43 1.55.41 1.57h.21c6.05 0 10.86-5.39 9.87-11.63-.76-4.84-5.07-8.42-9.97-8.37z"/>');
}
};
IconBrightness_3_Rounded.styles = style;
IconBrightness_3_Rounded = __decorate([
customElement('mdui-icon-brightness-3--rounded')
], IconBrightness_3_Rounded);
export { IconBrightness_3_Rounded };