@icongo/gi
Version:
Game Icons
17 lines • 1.15 kB
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 GIAbstract045 = 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: "M126.603 21C68.069 21 21 68.064 21 126.603v258.794C21 443.936 68.07 491 126.603 491h45.385v-54.344h37.452V491h27.466v-54.344h38.188V491h27.466v-54.344h37.746V491h45.091C443.931 491 491 443.936 491 385.397V126.603C491 68.064 443.931 21 385.397 21h-45.09v54.784H302.56V21h-27.466v54.784h-38.188V21H209.44v54.784h-37.452V21h-45.385zM256 97.963c87.295 0 158.185 70.742 158.185 158.037S343.295 414.184 256 414.184 97.815 343.294 97.815 256 168.705 97.963 256 97.963zm0 28.934c-64.732 0-118.29 47.595-127.635 109.716h255.27C374.29 174.492 320.732 126.897 256 126.897zm-127.635 148.49C137.71 337.531 191.268 385.25 256 385.25s118.29-47.72 127.635-109.863h-255.27z"
})]
}));
export { GIAbstract045 };