type Props = { className?: string; }; function FolderIcon({ className }: Props) { return ( ); } export { FolderIcon };