ProviderIcon

fun ProviderIcon(provider: OAuthProvider, contentDescription: String?, modifier: Modifier = Modifier)(source)

Displays an icon representing the specified OAuth provider.

Parameters

provider

The OAuth provider for which the icon should be displayed.

contentDescription

The content description for the icon.

modifier

The modifier to be applied to the icon. Note that the size of the icon is not fixed.