@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.48 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GICrownedExplosion = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GICrownedExplosion = function GICrownedExplosion(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: "m62.807 19.26 90.134 94.617a174.322 174.322 0 0 0-21.243 16.264l-65.623-22.02 32.908 61.53a173.004 173.004 0 0 0-18.923 44.57c-4.86 18.13-6.635 36.365-5.67 54.157L21.235 308.38l62.576 7.647a174.666 174.666 0 0 0 8.3 19.754L19.187 366.8v95.864l90.562-98.44a173.753 173.753 0 0 0 20.334 22.366l-22.56 53.06 61.316-26.072a173.01 173.01 0 0 0 23.11 9.707l-42.32 71.25h104.403l-7.083-62.082a171.89 171.89 0 0 0 27.567-2.135l34.037 50.45 14.497-65.72a174.59 174.59 0 0 0 37.517-24.614l57.032 19.367-23.44-58.245a171.914 171.914 0 0 0 9.602-17.385l90.705 63.125V282.977l-75.67 2.757a172.444 172.444 0 0 0 2.012-22.023l61.95-35.968-68.333-15.312c-8.706-30.973-25.91-59.104-49.635-80.97l112.818-112.2h-92.88l-42.305 94.758a172.056 172.056 0 0 0-20.777-11.647l-8.18-66.954-39.41 52.36a172.334 172.334 0 0 0-33.457-1.926 172.531 172.531 0 0 0-42.588 7.136l-15.01-73.726H62.808zm184.183 85.11c13.38-.028 26.987 1.692 40.54 5.323 17.33 4.643 33.165 12.047 47.18 21.596l-24.153 54.1 41.023-40.798a154.648 154.648 0 0 1 23.328 26.722l-30.863 41.897 50.47-2.345c7.795 23.73 9.918 49.584 5.214 75.565l-61.357 2.236 49.832 34.68c-25.574 56.255-82.33 91.57-143.39 90.422l-7.606-66.68-35.476 59.724c-32.962-10.183-60.193-30.463-79.187-56.5l41.523-45.134-54.834 23.32a154.853 154.853 0 0 1-11.326-29.867l58.7-32.435-62.712-25.29a156.55 156.55 0 0 1 4.213-21.848c10.62-39.625 35.624-71.486 67.886-91.477l49.668 52.14-13.932-68.437a153.855 153.855 0 0 1 45.258-6.914zm5.23 82.88c-39.546 0-71.607 32.062-71.607 71.61 0 39.546 32.06 71.607 71.608 71.607s71.608-32.06 71.608-71.608c0-39.55-32.06-71.61-71.607-71.61z"
})]
}));
};
exports.GICrownedExplosion = GICrownedExplosion;