@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 930 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 IconSupportAgent_Sharp = class IconSupportAgent_Sharp extends LitElement {
render() {
return svgTag('<circle cx="9" cy="13" r="1"/><circle cx="15" cy="13" r="1"/><path d="M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.075 8.075 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47z"/><path d="M20.99 12c-.11-5.37-4.31-9-8.99-9-4.61 0-8.85 3.53-8.99 9H2v6h3v-5.81c0-3.83 2.95-7.18 6.78-7.29a7.007 7.007 0 0 1 7.22 7V19h-8v2h10v-3h1v-6h-1.01z"/>');
}
};
IconSupportAgent_Sharp.styles = style;
IconSupportAgent_Sharp = __decorate([
customElement('mdui-icon-support-agent--sharp')
], IconSupportAgent_Sharp);
export { IconSupportAgent_Sharp };