UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 785 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 IconSendTimeExtension_Sharp = class IconSendTimeExtension_Sharp extends LitElement { render() { return svgTag('<path d="M20 4h-6a2.5 2.5 0 0 0-5 0H3.01v5.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V21h5.8c0-2.16 1.37-2.78 2.2-2.94v-9.3l9 4.5V4z"/><path d="M13 12v4l4 1-4 1v4l10-5z"/>'); } }; IconSendTimeExtension_Sharp.styles = style; IconSendTimeExtension_Sharp = __decorate([ customElement('mdui-icon-send-time-extension--sharp') ], IconSendTimeExtension_Sharp); export { IconSendTimeExtension_Sharp };