@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 853 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 IconGppMaybe_Rounded = class IconGppMaybe_Rounded extends LitElement {
render() {
return svgTag('<path d="m11.3 2.26-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91v-4.7a2 2 0 0 0-1.3-1.87l-6-2.25c-.45-.18-.95-.18-1.4-.01zM12 16c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v3c0 .55-.45 1-1 1z"/>');
}
};
IconGppMaybe_Rounded.styles = style;
IconGppMaybe_Rounded = __decorate([
customElement('mdui-icon-gpp-maybe--rounded')
], IconGppMaybe_Rounded);
export { IconGppMaybe_Rounded };