@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.72 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIHolosphere = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIHolosphere = function GIHolosphere(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: "M256 48c-29.077 0-56.755 5.975-81.887 16.75h163.774C312.755 53.975 285.077 48 256 48zM130.34 90.25a209.114 209.114 0 0 0-27.938 25.5h307.196a209.237 209.237 0 0 0-27.938-25.5H130.34zm-47.834 51a207.874 207.874 0 0 0-14.428 25.5h375.844a207.626 207.626 0 0 0-14.43-25.5H82.506zm-24.54 51a206.415 206.415 0 0 0-6.443 25.5H460.48a206.964 206.964 0 0 0-6.447-25.5H57.967zm-9.566 51c-.255 4.22-.4 8.467-.4 12.75 0 4.283.145 8.53.4 12.75h415.2c.255-4.22.4-8.467.4-12.75 0-4.283-.146-8.53-.4-12.75H48.4zm3.123 51a206.776 206.776 0 0 0 6.444 25.5h396.066a206.597 206.597 0 0 0 6.444-25.5H51.523zm16.555 51a207.961 207.961 0 0 0 14.43 25.5h346.986a207.7 207.7 0 0 0 14.43-25.5H68.078zm34.324 51a209.13 209.13 0 0 0 27.94 25.5H381.66a209.237 209.237 0 0 0 27.938-25.5H102.402zm71.71 51C199.246 458.025 226.923 464 256 464c29.076 0 56.755-5.975 81.887-16.75H174.113z"
})]
}));
};
exports.GIHolosphere = GIHolosphere;