const DownloadZipIcon = ( { ...props } ) => {
	return <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M7.86435 4.5C7.7671 4.50065 7.67162 4.47525 7.58866 4.42666C7.5057 4.37806 7.43856 4.30822 7.39478 4.225L6.89913 3.275C6.85577 3.19254 6.78944 3.1232 6.70748 3.07466C6.62551 3.02612 6.53113 3.00028 6.43478 3H2.52174C2.38336 3 2.25066 3.05268 2.15281 3.14645C2.05497 3.24022 2 3.36739 2 3.5V12.5C2 12.6326 2.05497 12.7598 2.15281 12.8535C2.25066 12.9473 2.38336 13 2.52174 13H13.4783C13.6166 13 13.7494 12.9473 13.8472 12.8535C13.945 12.7598 14 12.6326 14 12.5V5C14 4.86739 13.945 4.74022 13.8472 4.64645C13.7494 4.55268 13.6166 4.5 13.4783 4.5H7.86435Z" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M11.3911 4.5L11.652 6.305C11.6653 6.40891 11.6554 6.51433 11.6231 6.61431C11.5907 6.71429 11.5365 6.80655 11.4642 6.885C11.3884 6.96378 11.2965 7.02665 11.1941 7.0697C11.0918 7.1127 10.9812 7.1349 10.8694 7.1349C10.7576 7.1349 10.647 7.1127 10.5447 7.0697C10.4423 7.02665 10.3504 6.96378 10.2746 6.885C10.2023 6.80655 10.1481 6.71429 10.1157 6.61431C10.0834 6.51433 10.0735 6.40891 10.0868 6.305L10.2694 4.5" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M10.8697 8.38086C10.7976 8.38086 10.7393 8.32491 10.7393 8.25586C10.7393 8.18681 10.7976 8.13086 10.8697 8.13086" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8701 8.38086C10.9422 8.38086 11.0006 8.32491 11.0006 8.25586C11.0006 8.18681 10.9422 8.13086 10.8701 8.13086" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8697 9.62891C10.7976 9.62891 10.7393 9.57296 10.7393 9.50391C10.7393 9.43491 10.7976 9.37891 10.8697 9.37891" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8701 9.62891C10.9422 9.62891 11.0006 9.57296 11.0006 9.50391C11.0006 9.43491 10.9422 9.37891 10.8701 9.37891" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8697 10.875C10.7976 10.875 10.7393 10.8191 10.7393 10.75C10.7393 10.681 10.7976 10.625 10.8697 10.625" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8701 10.875C10.9422 10.875 11.0006 10.8191 11.0006 10.75C11.0006 10.681 10.9422 10.625 10.8701 10.625" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8697 12.1211C10.7976 12.1211 10.7393 12.0651 10.7393 11.9961C10.7393 11.927 10.7976 11.8711 10.8697 11.8711" stroke="#1C1C1C" strokeWidth="0.8" />
		<path d="M10.8701 12.1191C10.9422 12.1191 11.0006 12.0631 11.0006 11.9941C11.0006 11.9251 10.9422 11.8691 10.8701 11.8691" stroke="#1C1C1C" strokeWidth="0.8" />
	</svg>;
};

export default DownloadZipIcon;
