UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 669 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 IconCallEnd_Sharp = class IconCallEnd_Sharp extends LitElement { render() { return svgTag('<path d="m3.68 16.07 3.92-3.11V9.59c2.85-.93 5.94-.93 8.8 0v3.38l3.91 3.1L24 12.39c-6.41-7.19-17.59-7.19-24 0l3.68 3.68z"/>'); } }; IconCallEnd_Sharp.styles = style; IconCallEnd_Sharp = __decorate([ customElement('mdui-icon-call-end--sharp') ], IconCallEnd_Sharp); export { IconCallEnd_Sharp };