import React from "react";

const LinkIcon = () => {
	return (
		<svg
			width="15"
			height="15"
			viewBox="0 0 20 20"
			fill="none"
			xmlns="http://www.w3.org/2000/svg"
		>
			<path
				fillRule="evenodd"
				clipRule="evenodd"
				d="M17.1213 2.87868C15.9497 1.70711 14.0503 1.70711 12.8787 2.87868L8.87868 6.87868C7.70711 8.05025 7.70711 9.94975 8.87868 11.1213C9.26921 11.5118 9.26921 12.145 8.87868 12.5355C8.48816 12.9261 7.85499 12.9261 7.46447 12.5355C5.51185 10.5829 5.51185 7.41709 7.46447 5.46447L11.4645 1.46447C13.4171 -0.488155 16.5829 -0.488156 18.5355 1.46447C20.4882 3.41709 20.4882 6.58291 18.5355 8.53553L17.0355 10.0355C16.645 10.4261 16.0118 10.4261 15.6213 10.0355C15.2308 9.64501 15.2308 9.01185 15.6213 8.62132L17.1213 7.12132C18.2929 5.94975 18.2929 4.05025 17.1213 2.87868ZM11.1213 7.46447C11.5118 7.07394 12.145 7.07394 12.5355 7.46447C14.4882 9.41709 14.4882 12.5829 12.5355 14.5355L8.53553 18.5355C6.58291 20.4882 3.41709 20.4882 1.46447 18.5355C-0.488155 16.5829 -0.488155 13.4171 1.46447 11.4645L2.96447 9.96447C3.35499 9.57394 3.98816 9.57394 4.37868 9.96447C4.7692 10.355 4.7692 10.9882 4.37868 11.3787L2.87868 12.8787C1.70711 14.0503 1.70711 15.9497 2.87868 17.1213C4.05025 18.2929 5.94975 18.2929 7.12132 17.1213L11.1213 13.1213C12.2929 11.9497 12.2929 10.0503 11.1213 8.87868C10.7308 8.48816 10.7308 7.85499 11.1213 7.46447Z"
				fill="white"
			/>
		</svg>
	);
};

export default LinkIcon;
