const NavigationIcon = () => (
  <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
    <g clipPath="url(#clip0_1_6300)">
      <path
        d="M3.38325 2.68329L25.3224 9.99595C25.436 10.0336 25.5352 10.1052 25.6067 10.2012C25.6781 10.2971 25.7184 10.4127 25.722 10.5323C25.7255 10.6519 25.6922 10.7696 25.6266 10.8697C25.561 10.9697 25.4662 11.0471 25.3551 11.0915L15.1666 15.1666L10.0041 25.4916C9.95155 25.5968 9.86848 25.6836 9.76576 25.7407C9.66304 25.7978 9.54547 25.8226 9.42844 25.8117C9.3114 25.8009 9.20038 25.7549 9.10991 25.6799C9.01943 25.6049 8.95373 25.5043 8.92142 25.3913L2.63658 3.39612C2.60747 3.29394 2.60682 3.18574 2.6347 3.08322C2.66258 2.98069 2.71793 2.88773 2.79478 2.81436C2.87163 2.74099 2.96706 2.69001 3.07077 2.66691C3.17448 2.64381 3.28252 2.64947 3.38325 2.68329Z"
        fill="black"
      />
    </g>
    <defs>
      <clipPath id="clip0_1_6300">
        <rect width="28" height="28" fill="white" />
      </clipPath>
    </defs>
  </svg>
);

export default NavigationIcon;
