const FolderIcon = ({ width, height, }: { width?: string | number; height?: string | number; }) => { return ( ); }; export default FolderIcon;