@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 865 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 IconWbShade_Rounded = class IconWbShade_Rounded extends LitElement {
render() {
return svgTag('<path d="M14 14.13c0 .23.09.46.26.63l4.98 4.98c.17.17.39.26.62.26.79 0 1.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62zM15 20h2l-3-3v2c0 .55.45 1 1 1zM7.65 4.35l-4.8 4.8a.5.5 0 0 0 .36.85H4v9c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-9h.79c.45 0 .67-.54.35-.85l-4.79-4.8a.501.501 0 0 0-.7 0zM9 14H7v-4h2v4z"/>');
}
};
IconWbShade_Rounded.styles = style;
IconWbShade_Rounded = __decorate([
customElement('mdui-icon-wb-shade--rounded')
], IconWbShade_Rounded);
export { IconWbShade_Rounded };