Jetpack Compose has an Icon
composable where I can access an imageVector
. See example below.
Icon(
imageVector = Icons.Rounded.Email,
contentDescription = "Email Icon",
)
Why can I not access all icons listed in this Material Icons library through this imageVector. For example, "wifi_off" can't be accessed. There is a very limited library accessible via imageVector
https://fonts.google.com/icons?selected=Material+Icons&icon.style=Rounded&icon.platform=android