@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract117 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract117 = function GIAbstract117(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: "M256 21c-81.126 0-156.58 9.567-219.725 25.85v37.453c16.399-4.229 33.756-7.904 51.7-11.163V180.8h-51.7V444h51.7v31.725H21V491h470v-15.275h-66.827V444h51.552V180.8h-51.552V73.14c17.896 3.253 35.195 6.944 51.552 11.163V46.85C412.583 30.567 337.13 21 256.001 21zm0 37.6c22.602 0 44.812.796 66.388 2.203v84.747H189.76V60.803C211.292 59.402 233.449 58.6 256 58.6zm-105.31 5.58V180.8h-23.352V66.972a900.12 900.12 0 0 1 23.353-2.79zm210.767 0a905.77 905.77 0 0 1 23.353 2.79V180.8h-23.353zM115.441 226.892h281.12c25.563 0 46.264 22.01 46.264 49.35v55.01H69.175v-55.01c0-27.34 20.703-49.35 46.266-49.35zm-5.288 142.412c12.438 0 22.472 10.784 22.472 24.087s-10.034 24.088-22.472 24.088-22.471-10.784-22.471-24.088 10.031-24.087 22.471-24.087zm58.31 0c12.439 0 22.619 10.784 22.619 24.087s-10.18 24.088-22.62 24.088-22.471-10.784-22.471-24.088 10.033-24.087 22.471-24.087zm58.456 0c12.44 0 22.472 10.784 22.472 24.087S239.36 417.48 226.92 417.48s-22.62-10.784-22.62-24.088 10.182-24.087 22.62-24.087zm58.162 0c12.44 0 22.62 10.784 22.62 24.087s-10.18 24.088-22.62 24.088-22.471-10.784-22.471-24.088 10.034-24.087 22.471-24.087zm58.457 0c12.438 0 22.472 10.784 22.472 24.087s-10.034 24.088-22.472 24.088-22.618-10.784-22.618-24.088 10.18-24.087 22.618-24.087zm58.31 0c12.438 0 22.471 10.784 22.471 24.087s-10.033 24.088-22.471 24.088-22.473-10.784-22.473-24.088 10.032-24.087 22.473-24.087zM127.338 444h23.353v31.725h-23.354zm62.422 0h132.628v31.725H189.76zm171.697 0h23.353v31.725h-23.353z"
})]
}));
};
exports.GIAbstract117 = GIAbstract117;