@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIMeteorImpact = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIMeteorImpact = function GIMeteorImpact(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: "M63.813 18.156 166.72 231.75l.436-.22c19.154 38.026 58.547 64.19 103.938 64.19 64.132 0 116.344-52.204 116.344-116.345 0-13.892-2.45-27.23-6.938-39.594l.25-.093-1.875-4.125a114.811 114.811 0 0 0-3.97-8.656c-.072-.145-.143-.292-.217-.437L325.156 18.155h-20.53l28.812 63.032a115.79 115.79 0 0 0-31.25-13.907l-22.47-49.124h-20.5l20.657 45.22c-2.9-.22-5.828-.345-8.78-.345-6.296 0-12.474.502-18.5 1.47l-21.22-46.344h-20.53l23.28 50.907a115.819 115.819 0 0 0-21.22 9.624l-27.686-60.53h-20.532L197.313 89.5a117.382 117.382 0 0 0-19.782 20.813l-42.155-92.157h-20.5l51.03 111.656c-5.242 11.087-8.81 23.124-10.31 35.782L84.562 18.156h-20.75zm428.937 228.75-65.406 3.22 17.687 19.186 47.72 36.594v-59zM20.53 266.28v68.5l72.376-35.842 39.5-26.344L20.53 266.28zm387 6.47 33.97 64 51.22 61.75.03-69.063-57.5-44.093-27.72-12.594zm-39.5 25.656 29.595 103.5.125-.062 41.875 92.72 53.094-.002v-66.75l-62.25-75.062-62.44-54.344zm-232.467 2.938-19.25 6.844-95.782 47.468v98.125l84.345-103.655.03.03 30.657-48.81zm177.218 3.53-.28 112.376 10.156 77.313h96.47l-38.407-85.032.092-.03-68.03-104.625zm-54.342 8.876L224.5 416.594l-10.25 77.97 89.53-.002-11.03-84.062-34.313-96.75zm-94.657 1.625L93.47 393.75l-71.064 87.313-1.875-1.532v15.033h81.94l40.5-104.063 20.81-75.125zm36.126 4.875-35.062 65.563-.063.156-42.25 108.592h72.845l10.03-76.187-5.5-98.125z"
})]
}));
};
exports.GIMeteorImpact = GIMeteorImpact;