@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIGreatPyramid = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIGreatPyramid = function GIGreatPyramid(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 28.5a112 112 0 0 0-112 112 112 112 0 0 0 24.4 69.8L256 58.49l87.5 151.71a112 112 0 0 0 24.5-69.7 112 112 0 0 0-112-112zm0 66.01-39.8 68.99h79.6zm-50.2 86.99-26.5 46H247v-46zm59.2 0v46h67.7l-26.5-46zm-96.1 64-26.5 46h227.2l-26.5-46zm-36.9 64-26.5 46H247v-46zm133 0v46h141.5l-26.5-46zm-169.93 64-26.55 46H443.5l-26.6-46zm-36.93 64-26.55 46H247v-46zm206.86 0v46h215.4l-26.6-46z"
})]
}));
};
exports.GIGreatPyramid = GIGreatPyramid;