UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 665 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 IconCallReceived_Outlined = class IconCallReceived_Outlined extends LitElement { render() { return svgTag('<path d="M20 5.41 18.59 4 7 15.59V9H5v10h10v-2H8.41L20 5.41z"/>'); } }; IconCallReceived_Outlined.styles = style; IconCallReceived_Outlined = __decorate([ customElement('mdui-icon-call-received--outlined') ], IconCallReceived_Outlined); export { IconCallReceived_Outlined };