import { UserCircleIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; export default async function UserIcon() { return (
); }