const CopyIcon = ( { ...props } ) => {
	return <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M5.11734 2H10.1948C10.3337 2.00058 10.4668 2.05491 10.5654 2.1513L11.8467 3.41385C11.9445 3.51103 11.9997 3.64219 12.0002 3.77906V11.9126C12.0002 12.051 11.9445 12.1837 11.8452 12.2815C11.7459 12.3794 11.6112 12.4343 11.4708 12.4343H5.11734C4.97692 12.4343 4.84226 12.3794 4.74296 12.2815C4.64367 12.1837 4.58789 12.051 4.58789 11.9126V2.52172C4.58789 2.38335 4.64367 2.25065 4.74296 2.15281C4.84226 2.05497 4.97692 2 5.11734 2Z" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M9.88289 14.0003H3.52945C3.38903 14.0003 3.25437 13.9453 3.15507 13.8475C3.05578 13.7496 3 13.6169 3 13.4786V4.60938" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
	</svg>;
};

export default CopyIcon;
