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