@icongo/gi
Version:
Game Icons
17 lines • 1.18 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 GIHeavyFighter = 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: "M215.076 20.037 100.752 135.693l52.135 79.313L41.662 378.65 21 491.963l112.848-20.742 162.974-111.69 79.42 52.784L491 297.09 215.076 20.037zm100.87 21.885-21.083 21.176L311.73 80.03l21.086-21.17-16.87-16.938zm130.71 4.252-84.32 84.668 16.86 16.937 84.33-84.667-16.87-16.94zm-75.892 8.463-42.16 42.336 16.867 16.935 42.165-42.334-16.87-16.937zm67.46 67.746-42.154 42.33 16.862 16.935 42.166-42.332-16.873-16.933zm12.66 55.035-21.08 21.17 16.862 16.935 21.088-21.168-16.87-16.937zM244.36 244.285c6.307.15 11.87 2.173 15.923 6.242 11.793 11.843 6.347 36.51-12.162 55.098-18.51 18.585-43.077 24.058-54.87 12.22-11.793-11.845-6.347-36.515 12.166-55.1 12.146-12.198 26.902-18.746 38.943-18.46z"
})]
}));
export { GIHeavyFighter };