@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 748 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_Sharp = class IconGppBad_Sharp extends LitElement {
render() {
return svgTag('<path d="M12 2 4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm3.5 12.09-1.41 1.41L12 13.42 9.91 15.5 8.5 14.09 10.59 12 8.5 9.91 9.91 8.5 12 10.59l2.09-2.09 1.41 1.41L13.42 12l2.08 2.09z"/>');
}
};
IconGppBad_Sharp.styles = style;
IconGppBad_Sharp = __decorate([
customElement('mdui-icon-gpp-bad--sharp')
], IconGppBad_Sharp);
export { IconGppBad_Sharp };