Hello there I'm creating a KMP project and I want ...
# getting-started
m
Hello there I'm creating a KMP project and I want to use material3 Icons, But there are a few icons available. Can anyone tell me how to get access to all the material3 Icons?
Copy code
NavigationItem(
    title = "Documents",
    selectedIcon = Icons.Outlined.Info,
),
p
Copy code
implementation(compose.materialIconsExtended)