const NewFolderIcon = ( { ...props } ) => {
	return <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M5.99902 1V11" stroke="#1C1C1C" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M11 6.00098H1" stroke="#1C1C1C" strokeLinecap="round" strokeLinejoin="round" />
	</svg>;
};

export default NewFolderIcon;
