IconComponent

fun IconComponent(modifier: Modifier, iconSource: IconSource, tint: Color? = null, defaultTint: Color? = null)

Icon component that is displayed in various places in a dialog.

Parameters

modifier

The modifier that is applied to this icon.

iconSource

The icon that is used.

tint

The color that is used to tint the icon.

defaultTint

The default color that is used.