@icongo/mc
Version:
Micon Icons
13 lines • 808 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlReplyMirrored = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M870.07 640q-127.992 0-244.985 48-116.992 48-207.987 139-90.994 91-138.991 208t-47.997 245q0 133 49.997 249.5T417.098 1733q86.995 87 203.488 137 116.492 50 249.484 50v-128q-105.993 0-198.988-40.5-92.994-40.5-162.489-110-69.496-69.5-109.994-162.5-40.497-93-40.497-199t40.497-199q40.498-93 109.994-162.5 69.495-69.5 162.489-110Q764.077 768 870.07 768h676.959l-401.976 403 89.994 90 556.966-557-556.966-557-89.994 90 401.976 403H870.07z"
})
}));
export { MCMdlReplyMirrored };