type UnknownAvatarProps = { size?: number; }; export default function UnknownAvatar({ size = 150 }: UnknownAvatarProps) { return (

?

); }