@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 890 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_TwoTone = class IconGppMaybe_TwoTone extends LitElement {
render() {
return svgTag('<path d="M6 6.39v4.7c0 4 2.55 7.7 6 8.83 3.45-1.13 6-4.82 6-8.83v-4.7l-6-2.25-6 2.25zM13 16h-2v-2h2v2zm0-4h-2V7h2v5z" opacity=".3"/><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-3zm6 9.09c0 4-2.55 7.7-6 8.83-3.45-1.13-6-4.82-6-8.83v-4.7l6-2.25 6 2.25v4.7zM11 16h2v-2h-2v2zm0-4h2V7h-2v5z"/>');
}
};
IconGppMaybe_TwoTone.styles = style;
IconGppMaybe_TwoTone = __decorate([
customElement('mdui-icon-gpp-maybe--two-tone')
], IconGppMaybe_TwoTone);
export { IconGppMaybe_TwoTone };