NavigationBarItemWithMaterialIcons

fun NavigationBarScope.NavigationBarItemWithMaterialIcons(selected: Boolean, onClick: () -> Unit, selectedIcon: Icon, unselectedIcon: Icon = selectedIcon, modifier: Modifier = Modifier, enabled: Boolean = true, label: String? = null, alwaysShowLabel: Boolean = true)(source)