@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCUps = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCUps = function MCUps(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 1501.2 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M396.8 1210.4c-20.8 14.4-130.4 52.4-130.4-76v-416H135.6v410.4c0 299.6 320.8 204.4 391.6 156V718.4H396.8v492zM0 297.6v883.6C0 1596 299.6 1722 750.8 1917.6c449.6-195.6 750.8-320.8 750.8-736.4V297.6C1036.4 51.2 374.4 99.2 0 297.6zm1432.4 883.6c0 346.4-212.8 454.4-681.6 661.2-470-207.2-682-314.8-682-661.2V675.6c409.2-375.2 926.4-400 1363.6-359.2v864.8zM594 751.6v851.2h130.8V1328c97.6 29.2 286.8-10.4 286.8-314 0-389.6-322.8-323.6-417.6-262.4zm130.8 469.2V819.6c33.6-16.8 153.6-50.8 153.6 197.2 0 271.6-145.6 207.2-153.6 204zm316.4-345.6c.4 189.2 206.4 170 208.8 281.6 2.4 94-121.6 92-203.2 19.6v120.4c144.8 86 327.6 32.4 332.8-134 6.8-206-216.4-186.4-213.6-292.8 2.4-81.2 122.4-82 194-8.8V747.6c-114-88-319.6-36.8-318.8 127.6z"
})
}));
};
exports.MCUps = MCUps;