@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 877 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 IconCallSplit_Rounded = class IconCallSplit_Rounded extends LitElement {
render() {
return svgTag('<path d="m14.85 4.85 1.44 1.44-2.88 2.88 1.42 1.42 2.88-2.88 1.44 1.44a.5.5 0 0 0 .85-.36V4.5c0-.28-.22-.5-.5-.5h-4.29a.5.5 0 0 0-.36.85zM8.79 4H4.5c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35L6.29 7.7 11 12.4V19c0 .55.45 1 1 1s1-.45 1-1v-7c0-.26-.11-.52-.29-.71l-5-5.01 1.44-1.44c.31-.3.09-.84-.36-.84z"/>');
}
};
IconCallSplit_Rounded.styles = style;
IconCallSplit_Rounded = __decorate([
customElement('mdui-icon-call-split--rounded')
], IconCallSplit_Rounded);
export { IconCallSplit_Rounded };