@icongo/gi
Version:
Game Icons
17 lines • 1.3 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 GIBarbedArrow = 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: "M21.97 18.22c12.01 16.966 24.82 34.31 38.28 51.967l-20.5 41.156L77.5 92.53a2466.283 2466.283 0 0 0 40.094 49.814L94.03 189.656l44.564-22.22a3060.088 3060.088 0 0 0 46.906 54.158l-28.47 57.156 55.157-27.47A3550.414 3550.414 0 0 0 263 306.062l-27.28 54.75 53.968-26.875a3789.07 3789.07 0 0 0 65.75 66.282c-38.372 1.44-74.363-2.4-107.125-10.72 65.27 60.235 151.623 99.225 246.593 103.688-4.313-95.196-43.473-181.33-103.687-246.594 7.904 31.405 11.808 65.622 10.874 102.125a7849.242 7849.242 0 0 0-16.844-16.908 3724.388 3724.388 0 0 0-47.28-46.406l26.655-53.5-54.313 27.063a3520.309 3520.309 0 0 0-56.125-51.876L279.5 156.28l-52.75 26.282c-18.68-16.527-37.304-32.64-55.78-48.218l21.436-43.063-45.75 22.782A2480.645 2480.645 0 0 0 96.062 73.44l18.282-36.688-40 19.938c-17.8-13.548-35.308-26.4-52.375-38.47z"
})]
}));
export { GIBarbedArrow };