@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIBackboneShell = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIBackboneShell = function GIBackboneShell(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: "M350.1 19.82c-28.8.34-81.1 43.61-70.9 117.38-12.3 7.4-27.7 13.3-40.1 11.1 11.8 18.1 33.6 26.3 56.4 21.8-8.3 4.8-19.4 8.3-27.9 9-11 .7-21.8-1.4-31.5-7.2-16.5-17.3-33.8-51.6-21.3-71.3 10.9-16.5 5.9-35.23-5.4-40.57-25-11.86-83 52.77-46.4 131.67-9.5 11.9-22.7 23-37.8 24.9 14 9.8 36.9 12.5 51 8.7-9.9 6.7-21.4 10.8-32.7 11.6-11.5.8-22.8-1.6-32.8-7.9-12.46-12-25.75-31.7-22.91-47.7 3.71-19.4-8.14-34.8-20.59-35.4-27.66-1.3-56.37 80.9 8.07 139.6-24.89 40.7-43.25 89.9-55.21 149.3-12.747 63.2 35.52 78.3 66.06 18.8 16.28-27.5 32.78-57.8 53.98-77.3 51.4-56.9 124.3-104.7 183.9-130.7 28.9-12.6 54.2-20.4 74.2-20.8 12.9-.2 28.4 5.6 33.6 15.2 4.2 8.4 3.4 18.1-.4 29-3.2-18.4-14.7-23.7-26.8-25.3-6.7-.6-16.6.5-28.4 3.4 30.3 16.3 39.2 42.7 16.1 58.9 9.3-21.2-20.2-43.1-47.4-48.8-6.7 2.6-12.4 5-18.4 7.7 20.6 21.1 24 44.8.9 54.4 10.2-14-.8-32.9-17.6-46.4-7.1 3.6-14.4 7.5-21.7 11.6 9.5 15.2 4.3 29.4-19.7 38.9 9.5-8.8 9-19.2 2.1-28.6-24.2 14.7-48.7 32-71.4 51 32.3-8.4 73.1-10.8 130.2-15.6 211-17.9 207-209.5 48.8-210.8-3.9-.1-7.2.6-10.6-.7 7.5 18.8 28.4 34.2 44.9 38.9-13.1 1.5-26.3-.6-37.5-6-29.9-13.7-36.7-70.53-18.9-87.17 15.4-12.37 16.4-31.74 7.3-40.27-4.2-3-9.1-4.35-13.2-4.34z"
})]
}));
};
exports.GIBackboneShell = GIBackboneShell;