const ReloadIcon = () => (
  <svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M2 9C2 12.7275 5.0225 15.75 8.75 15.75C10.5425 15.75 12.26 15.045 13.55 13.8L12.425 12.675C11.4725 13.6875 10.145 14.25 8.75 14.25C4.07 14.25 1.73 8.595 5.0375 5.2875C8.345 1.98 14 4.3275 14 9H11.75L14.75 12H14.825L17.75 9H15.5C15.5 5.2725 12.4775 2.25 8.75 2.25C5.0225 2.25 2 5.2725 2 9Z"
      fill="currentColor"
    />
  </svg>
);

export default ReloadIcon;
