@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 956 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 IconGppBad_Rounded = class IconGppBad_Rounded extends LitElement {
render() {
return svgTag('<path d="m18.7 4.51-6-2.25c-.45-.17-.95-.17-1.4 0l-6 2.25C4.52 4.81 4 5.55 4 6.39v4.7c0 4.94 3.27 9.57 7.71 10.83.19.05.39.05.57 0C16.73 20.66 20 16.03 20 11.09v-4.7c0-.84-.52-1.58-1.3-1.88zm-3.9 10.28c-.39.39-1.02.39-1.41.01L12 13.42l-1.39 1.38a.996.996 0 1 1-1.41-1.41L10.59 12 9.2 10.61a.996.996 0 1 1 1.41-1.41L12 10.59l1.39-1.39a.996.996 0 1 1 1.41 1.41L13.42 12l1.38 1.38c.39.39.39 1.02 0 1.41z"/>');
}
};
IconGppBad_Rounded.styles = style;
IconGppBad_Rounded = __decorate([
customElement('mdui-icon-gpp-bad--rounded')
], IconGppBad_Rounded);
export { IconGppBad_Rounded };