UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 693 B
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_Outlined = class IconCallMerge_Outlined extends LitElement { render() { return svgTag('<path d="M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"/>'); } }; IconCallMerge_Outlined.styles = style; IconCallMerge_Outlined = __decorate([ customElement('mdui-icon-call-merge--outlined') ], IconCallMerge_Outlined); export { IconCallMerge_Outlined };