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