Please tell me what's wrong? Why not "People". <Ma...
# compose
v
Please tell me what's wrong? Why not "People". Material+Icons
fixed
Copy code
androidx.compose.material:material-icons-extended:1.0.0-beta07
c
Yes, the extended library is not added by default (it can be quite large as a dependency), but once added, all icons should show up
The core library only has a small subset of the Material icons, mainly for common icons used in Material components like AppBars and FABs
Additionally, you can always add any Material icon directly as a vector drawable with the Vector Asset wizard in Android Studio, in the case you don’t want to depend on the entire extended library.
🙏 1
2