@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 875 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 IconReplyAll_Rounded = class IconReplyAll_Rounded extends LitElement {
render() {
return svgTag('<path d="M7 7.56c0-.94-1.14-1.42-1.81-.75L.71 11.29a.996.996 0 0 0 0 1.41l4.48 4.48c.67.68 1.81.2 1.81-.74 0-.28-.11-.55-.31-.75L3 12l3.69-3.69c.2-.2.31-.47.31-.75zM13 9V7.41c0-.89-1.08-1.34-1.71-.71L6.7 11.29a.996.996 0 0 0 0 1.41l4.59 4.59c.63.63 1.71.18 1.71-.71V14.9c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"/>');
}
};
IconReplyAll_Rounded.styles = style;
IconReplyAll_Rounded = __decorate([
customElement('mdui-icon-reply-all--rounded')
], IconReplyAll_Rounded);
export { IconReplyAll_Rounded };