Start native apps faster with the Composables CLI ->
Property

LocalIconSize

CompositionLocal containing the preferred size of an icon.

Source set: Android
public val LocalIconSize: ProvidableCompositionLocal<Dp> =
    compositionLocalOf(structuralEqualityPolicy()) { GlimmerTheme._iconSizes.medium }

CompositionLocal containing the preferred size of an icon. This value will be used by Icon by default - it can be overridden with a size modifier.