@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.8 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract017 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract017 = function GIAbstract017(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: "M143.494 21c-50.162 0-90.769 39.703-90.769 89.006v2.35h94.734c13.562 0 24.529 13.339 24.529 29.963s-10.967 29.962-24.529 29.962H52.725v15.716h94.734c13.562 0 24.529 13.485 24.529 30.11s-10.967 29.962-24.529 29.962H52.725v15.715h94.734c13.562 0 24.529 13.339 24.529 29.963s-10.967 30.11-24.529 30.11H52.725v15.715h94.734c13.562 0 24.529 13.338 24.529 29.962s-10.967 29.963-24.529 29.963H52.725v40.097h-14.54v37.16H21V491h470v-14.247h-17.037v-37.16h-14.688V110.007c0-49.303-40.166-89.006-90.328-89.006s-90.622 39.703-90.622 89.006v2.35h92.972c13.562 0 24.528 13.339 24.528 29.963s-10.966 29.962-24.528 29.962h-92.972v15.716h92.972c13.562 0 24.528 13.485 24.528 30.11s-10.966 29.962-24.528 29.962h-92.972v15.715h92.972c13.562 0 24.528 13.339 24.528 29.963s-10.966 30.11-24.528 30.11h-92.972v15.715h92.972c13.562 0 24.528 13.338 24.528 29.962s-10.966 29.963-24.528 29.963h-92.972v40.097h-44.503V110.006c0-49.303-40.166-89.006-90.328-89.006z"
})]
}));
};
exports.GIAbstract017 = GIAbstract017;