const RenameFolderIcon = ( { ...props } ) => {
	return <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" { ...props }>
		<path d="M8.55903 9.1344L6.58203 9.41727L6.86491 7.44027L11.9483 2.35687C12.0587 2.24183 12.1909 2.14999 12.3373 2.08671C12.4836 2.02343 12.6411 1.98999 12.8005 1.98834C12.9599 1.9867 13.1181 2.01689 13.2657 2.07714C13.4133 2.13739 13.5474 2.22649 13.6601 2.33922C13.7728 2.45195 13.8619 2.58605 13.9222 2.73365C13.9824 2.88125 14.0126 3.03939 14.011 3.19881C14.0093 3.35823 13.9759 3.51572 13.9126 3.66205C13.8493 3.80837 13.7575 3.9406 13.6424 4.05099L8.55903 9.1344Z" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
		<path d="M8.00164 4.61035H3.05264C2.77631 4.61035 2.5113 4.72012 2.31591 4.91552C2.12051 5.11091 2.01074 5.37592 2.01074 5.65225V12.9455C2.01074 13.2218 2.12051 13.4869 2.31591 13.6822C2.5113 13.8776 2.77631 13.9874 3.05264 13.9874H10.3459C10.6222 13.9874 10.8872 13.8776 11.0826 13.6822C11.278 13.4869 11.3878 13.2218 11.3878 12.9455V7.99651" stroke="#1C1C1C" strokeWidth="0.8" strokeLinecap="round" strokeLinejoin="round" />
	</svg>;
};

export default RenameFolderIcon;
