@icongo/gi
Version:
Game Icons
17 lines • 923 B
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 GIChainedArrowHeads = 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: "M97.53 20.705v.002l6.425 82.932-86.434-6.427v53.73l207.912 74.754L151.26 20.705H97.53zm-80.01.002v31.537l54.9 19.858-18.69-51.395H17.52zM237.366 45.21l15.754 207.743L45.374 237.2l300.363 108.374L237.368 45.21h-.003zm117.342 171.927.002.008v-.008h-.003zm.002.008 11.272 148.67-148.68-11.272 214.968 77.562-77.56-214.96zm87.493 137.65.002.008v-.008h-.002zm.002.008 7.158 94.396-94.404-7.16 136.49 49.247-49.245-136.484z"
})]
}));
export { GIChainedArrowHeads };