@icongo/mc
Version:
Micon Icons
13 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCJsSquare = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1600 128H192C86 128 0 214 0 320v1408c0 106 86 192 192 192h1408c106 0 192-86 192-192V320c0-106-86-192-192-192zM975.2 1525.6c0 174.4-102.4 254-251.6 254-134.8 0-212.8-69.6-252.8-154l137.2-82.8c26.4 46.8 50.4 86.4 108.4 86.4 55.2 0 90.4-21.6 90.4-106V950.8h168.4v574.8zm398.4 254c-156.4 0-257.6-74.4-306.8-172l137.2-79.2c36 58.8 83.2 102.4 166 102.4 69.6 0 114.4-34.8 114.4-83.2 0-57.6-45.6-78-122.8-112l-42-18c-121.6-51.6-202-116.8-202-254 0-126.4 96.4-222.4 246.4-222.4 107.2 0 184 37.2 239.2 134.8l-131.2 84c-28.8-51.6-60-72-108.4-72-49.2 0-80.4 31.2-80.4 72 0 50.4 31.2 70.8 103.6 102.4l42 18c143.2 61.2 223.6 124 223.6 264.8 0 151.2-119.2 234.4-278.8 234.4z"
})
}));
export { MCJsSquare };