export default function CaretRightIcon({ className }: { className?: string }) { return ( ); }