@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCShopware = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCShopware = function MCShopware(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 1983.96 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1582 1821.08c-171.8 127.16-375.8 194.36-589.92 194.36-548.84 0-992.08-444-992.08-992 0-548.76 444.16-992 992.08-992 245.2 0 480.56 90.2 662.72 254 10.48 9.44 2.32 26.56-11.44 24.72-70.68-9.72-147-14.64-226.84-14.64-517.44 0-889.6 213.88-889.6 621.4 0 436.16 368.52 583.52 707.32 714.92 134.56 52.16 261.6 101.44 347.84 166.36 7.6 5.76 7.56 17.24-.08 22.88zm397.84-889.28c-.32-3.76-2.2-7.32-5.08-9.76-207.04-171.84-374.48-241.92-577.92-241.92-336.52 0-321 208.68-321 214.52 0 170.4 208.24 248.04 449.36 337.96 124.28 46.36 252.76 94.28 370.72 159.72 7.52 4.2 17.04.76 20.2-7.28 75.56-193.56 71.76-360.92 63.72-453.24z"
})
}));
};
exports.MCShopware = MCShopware;