@icongo/gi
Version:
Game Icons
17 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GIExplosionRays = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "m54.184 19.512 116.02 144.838a103.316 103.316 0 0 0-27.923 36.095L20.493 142.73v62.993l113.983 19.172a102.585 102.585 0 0 0-1.707 18.67c0 3.502.177 6.965.52 10.378l-72.376 27.7 79.467.687a102.85 102.85 0 0 0 16.948 27.775L20.492 441.7v52.484h47.336l105.87-168.65c11.644 8.795 25.212 15.165 39.945 18.366l-23.7 150.284H294.22L253.25 344.69a101.796 101.796 0 0 0 24.744-7.7l37.262 42.268-21.326-51.365a103.605 103.605 0 0 0 18.68-16.692l182.533 146.61V348.556L329.43 284.865a101.846 101.846 0 0 0 8.195-31.238l84.7-25.93-86.78-7.008a101.966 101.966 0 0 0-10.852-27.825l170.452-87.398V23.924L311.918 175.15a103.605 103.605 0 0 0-17.912-15.86l15.533-38.382-29.968 29.967a101.844 101.844 0 0 0-30.996-9.148L269.89 19.512h-40.12l1.27 121.478c-19.017.808-36.716 6.816-51.706 16.64L94.102 19.51H54.184z"
})]
}));
export { GIExplosionRays };