@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 956 B
JavaScript
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_Rounded = class IconMarkEmailRead_Rounded extends LitElement {
render() {
return svgTag('<path d="M18.05 21.29a.996.996 0 0 1-1.41 0l-2.12-2.12a.996.996 0 1 1 1.41-1.41l1.41 1.41 3.54-3.54a.996.996 0 1 1 1.41 1.41l-4.24 4.25zM12.08 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v6.68A6.995 6.995 0 0 0 12 19c0 .34.03.67.08 1zm-.61-7.33c.32.2.74.2 1.06 0l7.07-4.42a.85.85 0 1 0-.9-1.44L12 11 5.3 6.81a.85.85 0 1 0-.9 1.44l7.07 4.42z"/>');
}
};
IconMarkEmailRead_Rounded.styles = style;
IconMarkEmailRead_Rounded = __decorate([
customElement('mdui-icon-mark-email-read--rounded')
], IconMarkEmailRead_Rounded);
export { IconMarkEmailRead_Rounded };