@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract058 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract058 = function GIAbstract058(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 21v228.569h168.172v115.56h-21.003V270.98H21V491h470V270.98H343.831v94.147h-21.003v-115.56H491V21h-35.103v145.113H347.063V21H310.49v145.113H201.656V21h-36.719v145.113H56.103V21z"
})]
}));
};
exports.GIAbstract058 = GIAbstract058;