@icongo/gi
Version:
Game Icons
17 lines • 971 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 GIAbstract068 = 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: "M21 21v70.5c90.856 0 164.5 73.644 164.5 164.5S111.855 420.5 21 420.5V491h470v-70.5c-90.856 0-164.5-73.645-164.5-164.5S400.145 91.5 491 91.5V21H21zm235 43.475c18.872 0 34.075 15.203 34.075 34.075v314.9c0 18.872-15.203 34.075-34.075 34.075s-34.075-15.203-34.075-34.075V98.55c0-18.872 15.203-34.075 34.075-34.075zM21 134.681V377.32c66.995 0 121.319-54.325 121.319-121.32S87.995 134.682 21 134.682zm470 0c-66.995 0-121.319 54.324-121.319 121.319S424.006 377.319 491 377.319V134.68z"
})]
}));
export { GIAbstract068 };