const DeleteIcon = ( { ...props } ) => {
	return <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M12.695 4.08789L11.7496 13.0665C11.7227 13.3229 11.6018 13.5602 11.4103 13.7327C11.2188 13.9053 10.9702 14.0008 10.7124 14.0009H5.28632C5.02846 14.0009 4.77973 13.9054 4.5881 13.7329C4.39648 13.5603 4.27553 13.323 4.24858 13.0665L3.30371 4.08789" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M1.99902 4.08789H13.999" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M5.65137 4.08891V2.52369C5.65137 2.38532 5.70634 2.25261 5.80418 2.15477C5.90203 2.05692 6.03473 2.00195 6.17311 2.00195H9.82528C9.96365 2.00195 10.0964 2.05692 10.1942 2.15477C10.2921 2.25261 10.347 2.38532 10.347 2.52369V4.08891" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M7.99902 6.43555V11.9138" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M10.3468 6.43555L10.0859 11.9138" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M5.65137 6.43555L5.91224 11.9138" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
	</svg>
	;
};

export default DeleteIcon;
