@icongo/mc
Version:
Micon Icons
13 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCAppStore = 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: "m1023.6 483.6 36.4-62.8c22.4-39.2 72.4-52.4 111.6-30 39.2 22.4 52.4 72.4 30 111.6l-350 606h253.2c82 0 128 96.4 92.4 163.2h-742c-45.2 0-81.6-36.4-81.6-81.6 0-45.2 36.4-81.6 81.6-81.6h208l266.4-461.6-83.2-144.4c-22.4-39.2-9.2-88.8 30-111.6 39.2-22.4 88.8-9.2 111.6 30l35.6 62.8zm-314.8 872-78.4 136c-22.4 39.2-72.4 52.4-111.6 30-39.2-22.4-52.4-72.4-30-111.6l58.4-100.8c65.6-20.4 119.2-4.8 161.6 46.4zm675.6-246.8h212.4c45.2 0 81.6 36.4 81.6 81.6 0 45.2-36.4 81.6-81.6 81.6h-118l79.6 138c22.4 39.2 9.2 88.8-30 111.6-39.2 22.4-88.8 9.2-111.6-30-134-232.4-234.8-406.4-301.6-522.4-68.4-118-19.6-236.4 28.8-276.4 53.6 92 133.6 230.8 240.4 416zM1024 32C476 32 32 476 32 1024s444 992 992 992 992-444 992-992-444-992-992-992zm864 992c0 474.8-384.4 864-864 864-474.8 0-864-384.4-864-864 0-474.8 384.4-864 864-864 474.8 0 864 384.4 864 864z"
})
}));
export { MCAppStore };