@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract080 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract080 = function GIAbstract080(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: "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"
})]
}));
};
exports.GIAbstract080 = GIAbstract080;