"use client"; import { Icon } from "@iconify/react"; import { signOut } from "next-auth/react"; export default function LogoutButton() { return (