oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.4k stars 2.12k forks source link

Add CryptoFont #1431

Open NateAGeek opened 2 years ago

NateAGeek commented 2 years ago

Is your feature request related to a problem? Please describe. Currently some of the fonts provide minimal coverage of crypto fonts. As the market is growing in crypto, and I think there will be more demand to support a large set of currencies.

Describe the solution you'd like I think adding CryptoFont would be great! It is open source and the developer seems to be actively adding in currencies as needed. We could add it as a typical font like the others.

Describe alternatives you've considered I have a personal small repo, just getting started, that has the glyphs exported out already. Technically, I'd like to make this more automated with a script, since the current project does not seem to have have them exported in a json, only a css file.

My repo is here: react-native-vector-icons-cryptofont

Additional context Happy to put in some elbow grease to get this font implemented. Also, I have a issue opened at CryptoFont: https://github.com/monzanifabio/cryptofont/issues/16