sturmenta / react-web-vector-icons

(out of maintenance) a minimized version of react-native-vector-icons for use in web
MIT License
38 stars 11 forks source link

Support FontAwesome5 #2

Closed bosung90 closed 5 years ago

bosung90 commented 5 years ago

react-native-vector-icons support new set of fonts including FontAwesome5.

Is it possible for this font to be supported in react-web-vector-icons as well?

Thanks.

sturmenta commented 5 years ago

Hello @bosung90, yes, it is really possible, if you want to implement the use of the fonts, I invite you to make a pr.

badaz commented 4 years ago

Hello, thanks for the lib! Is there some kind of difference in implementation that would explain why you did not add support for FontAwesome5 in the first place?

badaz commented 4 years ago

Maybe because FontAwesome5 was introduced in rn-vector-icons after this lib was created, right?