@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlMailReplyAllMirrored = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlMailReplyAllMirrored = function MCMdlMailReplyAllMirrored(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M.125 384v1082q28.998-23 60.996-39.5t66.996-28.5V583l895.945 449 895.945-449v953H1216.05v128H2048V384H.12zM1024.06 888 271.106 512h1505.91zm-90.992 712-225.986 227 89.994 90 317.98-317-317.98-317-89.994 90zm-383.976-64q-49.997 0-110.493-2.5-60.497-2.5-121.493.5t-117.992 14.5q-56.997 11.5-101.494 40T26.624 1666Q.126 1715 .126 1792q0 53 20.499 99.5 20.498 46.5 54.996 81t81.495 55 98.994 20.5v-128q-26.998 0-49.997-10-22.998-10-40.497-27.5t-27.499-40.5q-9.999-23-9.999-50t9.999-50q10-23 27.499-40.5t40.497-27.5q23-10 49.997-10h292.982l-161.99 163 89.994 90 316.98-317-316.98-317-89.994 90z"
})
}));
};
exports.MCMdlMailReplyAllMirrored = MCMdlMailReplyAllMirrored;