export const LongArrowIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 15 15"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M13.7499 6.87487H2.75862L6.06674 3.56674C6.12644 3.50909 6.17405 3.44012 6.20681 3.36387C6.23956 3.28762 6.2568 3.20561 6.25752 3.12262C6.25824 3.03963 6.24243 2.95733 6.21101 2.88052C6.17958 2.80371 6.13317 2.73393 6.07449 2.67525C6.01581 2.61656 5.94602 2.57015 5.86921 2.53873C5.7924 2.5073 5.7101 2.49149 5.62712 2.49221C5.54413 2.49293 5.46212 2.51017 5.38586 2.54293C5.30961 2.57568 5.24065 2.6233 5.18299 2.68299L0.807992 7.05799C0.690822 7.1752 0.625 7.33414 0.625 7.49987C0.625 7.6656 0.690822 7.82454 0.807992 7.94174L5.18299 12.3167C5.30087 12.4306 5.45874 12.4936 5.62262 12.4922C5.78649 12.4907 5.94325 12.425 6.05913 12.3091C6.17501 12.1932 6.24074 12.0365 6.24216 11.8726C6.24359 11.7087 6.18059 11.5509 6.06674 11.433L2.75862 8.12487H13.7499C13.9156 8.12487 14.0746 8.05902 14.1918 7.94181C14.309 7.8246 14.3749 7.66563 14.3749 7.49987C14.3749 7.33411 14.309 7.17514 14.1918 7.05793C14.0746 6.94072 13.9156 6.87487 13.7499 6.87487Z"
        fill="currentColor"
      />
    </svg>
  );
};
