const ShareIcon = () => (
  <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z"
      stroke="white"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M19.6997 13.4165C22.6997 13.6748 23.9247 15.2165 23.9247 18.5915V18.6998C23.9247 22.4248 22.4331 23.9165 18.7081 23.9165H13.2831C9.55807 23.9165 8.06641 22.4248 8.06641 18.6998V18.5915C8.06641 15.2415 9.27474 13.6998 12.2247 13.4248"
      stroke="white"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M16 18.4999V9.0166"
      stroke="white"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M18.7913 10.8752L15.9997 8.0835L13.208 10.8752"
      stroke="white"
      strokeWidth="1.5"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
  </svg>
);

export default ShareIcon;
