Hi, `Icons.Filled` doesn't cover all icons right? ...
# compose
l
Hi,
Icons.Filled
doesn't cover all icons right? I'm looking for a collapse icon. Any ideas?
s
add
implementation "androidx.compose.material:material-icons-extended:$compose_version"
to your
build.gradle
🙏 2
👍 1
l
Ahh nice, wasn't aware of this