@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract087 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract087 = function GIAbstract087(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 21v71.675h71.675V21H21zm104.575 0v71.675h260.85V21h-260.85zm293.75 0v71.675H491V21h-71.675zM21 125.575v260.85h71.675v-260.85H21zm104.575 0v260.85h31.872c2.667-45.877 36.674-83.249 80.928-91.21v-78.43c-44.254-7.961-78.261-45.333-80.928-91.21h-31.872zm228.978 0c-2.667 45.877-36.674 83.249-80.928 91.21v78.43c44.254 7.961 78.261 45.333 80.928 91.21h31.872v-260.85h-31.872zm64.772 0v260.85H491v-260.85h-71.675zM21 419.325V491h71.675v-71.675H21zm104.575 0V491h260.85v-71.675h-260.85zm293.75 0V491H491v-71.675h-71.675z"
})]
}));
};
exports.GIAbstract087 = GIAbstract087;