@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlMailReplyAll = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlMailReplyAll = function MCMdlMailReplyAll(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: "M2048 384v1082q-29-23-61-39.5t-67-28.5V583l-896 449-896-449v953h704v128H0V384h2048zM1024 888l753-376H271zm91 712 226 227-90 90-318-317 318-317 90 90zm384-64q50 0 110.5-2.5t121.5.5 118 14.5 101.5 40 71 77.5 26.5 126q0 53-20.5 99.5t-55 81-81.5 55-99 20.5v-128q27 0 50-10t40.5-27.5 27.5-40.5 10-50-10-50-27.5-40.5-40.5-27.5-50-10h-293l162 163-90 90-317-317 317-317 90 90z"
})
}));
};
exports.MCMdlMailReplyAll = MCMdlMailReplyAll;