@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAutogun = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAutogun = function GIAutogun(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: "M208.563 24.813c-30.575 0-55.344 24.77-55.344 55.343a55.344 55.344 0 0 0 2.81 17.375l-39.28 45.626h51.063v-25.562c10.114 11.014 24.617 17.937 40.75 17.937V88.28h58.593V69.595h-58.594v-44.78zM47.03 161.843v79.563l28.032 16.375c1.528-36.73 31.968-66.217 69.063-66.217 38.065 0 69.125 31.06 69.125 69.125 0 24.73-13.126 46.498-32.75 58.718l26.813 15.656h52.843V161.845H47.03zm330.064 44.813v83.438h62.937v-83.438h-62.936zm-232.97 3.594a50.298 50.298 0 0 0-50.436 50.438c0 11.272 3.652 21.655 9.843 30.03l-22.593 26.47c5.946 2.36 11.307 5.876 15.844 10.25l20.5-24.032a50.301 50.301 0 0 0 26.845 7.72 50.3 50.3 0 0 0 50.438-50.438 50.299 50.299 0 0 0-50.438-50.438zm134.72 12.094v52.062h79.562v-52.062h-79.562zm179.875 0v52.062h25.967v-52.062H458.72zM144.593 228c17.964 0 32.72 14.786 32.72 32.75s-14.755 32.72-32.72 32.72c-17.965 0-32.75-14.756-32.75-32.72S126.63 228 144.594 228zm0 18.688c-7.865 0-14.063 6.197-14.063 14.062 0 7.865 6.2 14.03 14.064 14.03s14.03-6.165 14.03-14.03c0-7.865-6.166-14.063-14.03-14.063zm-81.47 85.78c-16.628 0-29.905 13.278-29.905 29.907 0 16.63 13.276 29.906 29.905 29.906 16.63 0 29.906-13.276 29.906-29.905 0-16.63-13.276-29.906-29.905-29.906zm30.595 67.594a48.655 48.655 0 0 1-17.25 9.032l34.843 36.375a84.116 84.116 0 0 0-17.876 29.5H54.5v18.686h34.688c-.002.01 0 .02 0 .03l19.718.002c4.553-31.235 31.577-55.375 64.03-55.375 32.456 0 59.453 24.14 64 55.375h19.75c0-.01.003-.02.002-.032h35.125V474.97h-39.375c-11.52-32.797-42.69-56.22-79.5-56.22-17.618 0-33.94 5.345-47.438 14.53l-31.78-33.217zM172.937 457c-22.322 0-40.812 15.68-45.094 36.688H218A45.848 45.848 0 0 0 172.937 457z"
})]
}));
};
exports.GIAutogun = GIAutogun;