@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 792 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 IconLiveHelp_Sharp = class IconLiveHelp_Sharp extends LitElement {
render() {
return svgTag('<path d="M21 2H3v18h6l3 3 3-3h6V2zm-8 16h-2v-2h2v2zm2.07-7.75-.9.92C13.45 11.9 13 12.5 13 14h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/>');
}
};
IconLiveHelp_Sharp.styles = style;
IconLiveHelp_Sharp = __decorate([
customElement('mdui-icon-live-help--sharp')
], IconLiveHelp_Sharp);
export { IconLiveHelp_Sharp };