const CutIcon = ( { ...props } ) => {
	return <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M2 4.8423C2 5.3309 2.19239 5.7995 2.53484 6.14499C2.87729 6.49049 3.34176 6.68459 3.82606 6.68459C4.31037 6.68459 4.77483 6.49049 5.11729 6.14499C5.45974 5.7995 5.65213 5.3309 5.65213 4.8423C5.65213 4.35369 5.45974 3.88509 5.11729 3.5396C4.77483 3.1941 4.31037 3 3.82606 3C3.34176 3 2.87729 3.1941 2.53484 3.5396C2.19239 3.88509 2 4.35369 2 4.8423Z" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M7.55512 7.33294L13.9996 11.2044C13.8422 11.4501 13.5989 11.6271 13.3181 11.7003C13.0373 11.7734 12.7396 11.7373 12.4839 11.5992L4.16699 6.65234" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M2 11.1567C2 11.6454 2.19239 12.114 2.53484 12.4594C2.87729 12.8049 3.34176 12.999 3.82606 12.999C4.31037 12.999 4.77483 12.8049 5.11729 12.4594C5.45974 12.114 5.65213 11.6454 5.65213 11.1567C5.65213 10.6681 5.45974 10.1995 5.11729 9.85405C4.77483 9.50855 4.31037 9.31445 3.82606 9.31445C3.34176 9.31445 2.87729 9.50855 2.53484 9.85405C2.19239 10.1995 2 10.6681 2 11.1567Z" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M8.66693 8.0027L13.9996 4.79868C13.8423 4.55285 13.599 4.37576 13.3182 4.30261C13.0374 4.22946 12.7395 4.26562 12.4839 4.4039L4.16699 9.3502" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
	</svg>

	;
};

export default CutIcon;
