expo-symbols fill support on android
Lukas
I really like this library. However it is missing one setting for android that would be great to have and thats the fill setting. This would make the library match between ios and android much more since on ios these are distinct icons but for material icons they are combined and without this you cannot use filled icons
kudochien
hi there! that's exactly the reason i introduced the Icon component in expo-ui (https://docs.expo.dev/versions/latest/sdk/ui/jetpack-compose/icon/). since "filled" is one other variant that i think having an extra font file is not ideal. android's material symbol practice is to let developers to download the neccessary material symbol xml files. same idea applies to the expo-ui Icon component. please give it a try if that's a good fit for you. thank you!