@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 812 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 IconCallMerge_Rounded = class IconCallMerge_Rounded extends LitElement {
render() {
return svgTag('<path d="M17.7 19.7a.996.996 0 0 0 0-1.41l-2.7-2.7L13.59 17l2.7 2.7c.39.39 1.03.39 1.41 0zM8.71 8H11v5.59l-4.71 4.7A.996.996 0 1 0 7.7 19.7l5.3-5.3V8h2.29c.45 0 .67-.54.35-.85l-3.29-3.29c-.2-.2-.51-.2-.71 0L8.35 7.15a.5.5 0 0 0 .36.85z"/>');
}
};
IconCallMerge_Rounded.styles = style;
IconCallMerge_Rounded = __decorate([
customElement('mdui-icon-call-merge--rounded')
], IconCallMerge_Rounded);
export { IconCallMerge_Rounded };