@icongo/gi
Version:
Game Icons
17 lines • 856 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 GIAbstract080 = 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 21v218.844h59.19V80.19h159.654V21H21zm251.157 0v59.19h159.8v159.654H491V21H272.157zm-163.032 88.125v293.75h293.75v-293.75h-293.75zM256 167.875c48.64 0 88.125 39.485 88.125 88.125S304.64 344.125 256 344.125 167.875 304.64 167.875 256 207.36 167.875 256 167.875zM21 272.156V491h218.844v-59.19H80.191V272.155H21zm410.957 0V431.81h-159.8V491H491V272.156h-59.044z"
})]
}));
export { GIAbstract080 };