UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 764 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 IconMarkEmailRead_Sharp = class IconMarkEmailRead_Sharp extends LitElement { render() { return svgTag('<path d="M12 19a6.995 6.995 0 0 1 10-6.32V4H2v16h10.08c-.05-.33-.08-.66-.08-1zM4 6l8 5 8-5v2l-8 5-8-5V6zm13.34 16-3.54-3.54 1.41-1.41 2.12 2.12 4.24-4.24L23 16.34 17.34 22z"/>'); } }; IconMarkEmailRead_Sharp.styles = style; IconMarkEmailRead_Sharp = __decorate([ customElement('mdui-icon-mark-email-read--sharp') ], IconMarkEmailRead_Sharp); export { IconMarkEmailRead_Sharp };