expo/vector-icons

Missing filled version of @ant-design icons

realjjaveweb opened this issue · 1 comments

Ant design have icons in both Outlined and Filled version (+Two Tone).

However only thing seems to be possible with this package is the basic value e.g. setting which results in the Outlined icon.

As you can see here https://ant.design/components/icon/
There is SettingOutlined and SettingFilled.

I understand the simple basic values are for ease of use, but there should be some way how to summon the filled version, something like setting-filled / SettingFilled, you get the idea :-)

I've seen other icon sets in expo vector icons do have the filled version - why not ant design?

What surprises me even more that some ant design icons are filled by default (with the basic name) and have the -o versions for outlined - again - why not such a besic icons as the settings cog wheel? O.o

Is there some workaround/existing glyphmap how to add it before this is fixed?
EDIT: I checked and the icons are even missing in the @expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/AntDesign.ttf in the first place

Since there hasn't been any updates regarding this and similar issues, I created #214 to update the package to use the latest icons.
While it's in review, if it helps any, you can try patching the package with this gist.