const FolderTreeChevron = ( { ...props } ) => {
	return <svg width="4" height="6" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M0 5.09513V0.904859C0 0.790149 0.0395062 0.693928 0.118518 0.616196C0.197531 0.538463 0.289712 0.499731 0.395061 0.500001C0.427983 0.500001 0.462617 0.504995 0.498962 0.514981C0.535308 0.524968 0.56981 0.540217 0.602468 0.56073L3.82222 2.65587C3.88148 2.69635 3.92599 2.74696 3.95575 2.80769C3.98551 2.86842 4.00026 2.93252 4 3C3.99973 3.06747 3.98498 3.13157 3.95575 3.1923C3.92652 3.25303 3.882 3.30364 3.82222 3.34412L0.602468 5.43926C0.569547 5.4595 0.535045 5.47475 0.498962 5.48501C0.46288 5.49527 0.428247 5.50026 0.395061 5.49999C0.289712 5.49999 0.197531 5.46112 0.118518 5.38339C0.0395062 5.30566 0 5.20957 0 5.09513Z" fill="#1C1C1C" />
	</svg>;
};

export default FolderTreeChevron;
