@icongo/gi
Version:
Game Icons
17 lines • 875 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GIGreatPyramid = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/_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"
})]
}));
export { GIGreatPyramid };