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

Missing Ionicon "ban" icon #1430

Closed Gregoirevda closed 11 months ago

Gregoirevda commented 2 years ago

Environment

react-native-vector-icons 7.1.0

Description

Describe your issue in detail. Include screenshots if needed. The ionicons glyphmap doesn't include the ban icon, which is available in ionicons.com Screenshot 2022-04-28 at 21 47 28

I've tried extending the glyphmap {...ioniconGlyphmap, 'ban': 'charcode'}, but the ttf doesn't export glyphnames otfinfo --info Ionicons.ttf so I can't know which charcode to use (if the icon is present in the ttf). Could you check IcoMoon app see if it's included?

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.