UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 721 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 IconSwapCalls_Sharp = class IconSwapCalls_Sharp extends LitElement { render() { return svgTag('<path d="m18 4-4 4h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4z"/>'); } }; IconSwapCalls_Sharp.styles = style; IconSwapCalls_Sharp = __decorate([ customElement('mdui-icon-swap-calls--sharp') ], IconSwapCalls_Sharp); export { IconSwapCalls_Sharp };