@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIHedgehog = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIHedgehog = function GIHedgehog(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "m202.2 116.5.9 24.3 69 25.4 7.8-21zm92.7 10.9-9.2 22.5 55.6 46.2 14.5-17.1zm-100.2 10.7-75.7 1.4 10.9 22.2 65.2-1.2zm-75.3 24.8-65.64 34.3 20.1 14.9 56.04-29.2zm255 2.1-14.9 17.7 43.2 61.1c-11.9 6.1-24.4 13.3-36.5 19.9-40.1-64.6-101-1.2-47.3 38.2-43.3 67.9-159.7-10.4-240.61 66.5-8.44-6.5-14.9-56.3-15.15-61.1l-22.48 1c2.58 31.6 8.9 56.5 19.44 82.5h299.4c44.5 0 88.1-12.5 125.8-36.1 4.2-2.7 7.6-11.1 7.8-18.2H473c-3 0-5.9-1.6-7.3-4.3-1.5-2.8-1.4-6 .3-8.6l8.6-13.6c-15.9-7.9-43.3-27.7-50.1-72.3l-.4-2.6zM63.46 218.4l-44.45 75.8 25.37 1.2 38.49-65.5zM385 282.5c3.8-.1 7.8.5 11.9 1.9 13.1 4.3 21.2 15 18.2 23.7-3 8.9-15.8 12.4-28.9 8.1-13-4.4-21.1-15.1-18.1-23.8 2-6 8.7-9.6 16.9-9.9z"
})]
}));
};
exports.GIHedgehog = GIHedgehog;