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.31k stars 2.12k forks source link

Need IonIcons@5.5.2 version. #1384

Closed skingsly closed 12 months ago

skingsly commented 2 years ago

Can you upgrade Ionicons to 5.5.2 version? it got new updated icons.

jagowm commented 2 years ago

same here!! thanks in advance.

Dimous commented 2 years ago

You can do it yourself -- https://github.com/oblador/react-native-vector-icons/issues/1378#issuecomment-950294156

skingsly commented 2 years ago

You can do it yourself -- #1378 (comment)

@Dimous I couldn't find TTF@5.5.2 file for Ionicons. https://ionic.io/ionicons. Do you know how to get that?

Dimous commented 2 years ago

Try svg->ttf converters like FontForge or icon moon.

mrkpatchaa commented 1 year ago

I created this PR to update to the latest version of Ionicons #1484 . While waiting for it to be merged, you can use this in your package.json "react-native-vector-icons": "mrkpatchaa/react-native-vector-icons#ionicons-v6" I hope this helps.