UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 737 B
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 IconWbCloudy_Rounded = class IconWbCloudy_Rounded extends LitElement { render() { return svgTag('<path d="M19.37 10.04C18.68 6.59 15.65 4 12.01 4c-2.89 0-5.4 1.64-6.65 4.04A5.994 5.994 0 0 0 .01 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96z"/>'); } }; IconWbCloudy_Rounded.styles = style; IconWbCloudy_Rounded = __decorate([ customElement('mdui-icon-wb-cloudy--rounded') ], IconWbCloudy_Rounded); export { IconWbCloudy_Rounded };