@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 972 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 IconDataExploration_Rounded = class IconDataExploration_Rounded extends LitElement {
render() {
return svgTag('<path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 1.33.26 2.61.74 3.77l4.61-4.62a1 1 0 0 1 1.35-.06l2.6 2.19L14.58 10H14c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1s-1-.45-1-1v-.58l-3.94 3.93a.99.99 0 0 1-1.35.05l-2.59-2.19-4.4 4.4A9.996 9.996 0 0 0 12 22h8c1.1 0 2-.9 2-2v-8zm-2.5 8.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>');
}
};
IconDataExploration_Rounded.styles = style;
IconDataExploration_Rounded = __decorate([
customElement('mdui-icon-data-exploration--rounded')
], IconDataExploration_Rounded);
export { IconDataExploration_Rounded };