SourceSets
LocalIconTintProvider
Common
kotlin
val LocalIconTintProvider: ProvidableCompositionLocal<CompositionLocal<Color>?>
The default icon tint provider (a CompositionLocal for a Color) used when none is provided as a parameter of one of the FontIcon composables. If null, the value of LocalIconTint will be used instead. When using Material3, should be most likely set to LocalContentColor.
null by default.