const Avatar = ({ icon }: AvatarProps) => {
  return <div className="hello">Hello Component {icon}</div>;
};