import Link from "next/link" const ProfileLink = ({ href, LinkIcon }) => { return ( {LinkIcon} ) } export default ProfileLink