UserAvatar

fun UserAvatar(modifier: Modifier = Modifier, style: UserAvatarStyle = UserAvatarStyle.SMALL, fillParentSize: Boolean = false, model: Any? = null, color: Color = Color.Unspecified, isPro: Boolean = false, isOnline: Boolean = false)