export const LinkIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      viewBox="0 0 15 15"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M6.21858 11.4329L4.45106 13.2004C3.71829 13.9332 2.53161 13.9332 1.79945 13.2006C1.06714 12.4683 1.06714 11.2815 1.7993 10.5493L5.33496 7.01364C6.06712 6.28145 7.25391 6.28145 7.98607 7.01364C8.23015 7.25771 8.62589 7.25771 8.86997 7.01364C9.11404 6.76957 9.11404 6.37382 8.86997 6.12975C7.64963 4.90941 5.6714 4.90941 4.45106 6.12975L0.915437 9.66537C-0.304902 10.8857 -0.304902 12.8639 0.915437 14.0843C2.13563 15.3053 4.114 15.3053 5.33498 14.0843L7.1025 12.3168C7.34658 12.0727 7.34658 11.6769 7.1025 11.4329C6.85843 11.1888 6.46266 11.1888 6.21858 11.4329Z"
        fill="currentColor"
      />
      <path
        d="M14.0846 0.915238C12.8642 -0.3051 10.8854 -0.3051 9.66502 0.915238L7.54439 3.03587C7.30031 3.27995 7.30031 3.67569 7.54439 3.91976C7.78846 4.16384 8.18421 4.16384 8.42828 3.91976L10.5489 1.79913C11.2811 1.06694 12.4685 1.06694 13.2007 1.79913C13.9328 2.53129 13.9328 3.71808 13.2007 4.45025L9.31191 8.33904C8.57972 9.07123 7.39295 9.07123 6.66079 8.33904C6.41671 8.09497 6.02097 8.09497 5.7769 8.33904C5.53282 8.58312 5.53282 8.97886 5.7769 9.22294C6.99724 10.4433 8.97546 10.4433 10.1958 9.22294L14.0846 5.33417C15.3049 4.11383 15.3049 2.13558 14.0846 0.915238Z"
        fill="currentColor"
      />
    </svg>
  );
};
