import { UserIcon } from '@heroicons/react/24/outline';

const OpenProfile = () => {
  return <UserIcon className="h-5 transition-all ease-in-out hover:scale-110" />;
};

export default OpenProfile;