Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Ionicon "ban" icon #1430

Closed
2 tasks done
Gregoirevda opened this issue Apr 28, 2022 · 1 comment · Fixed by #1484
Closed
2 tasks done

Missing Ionicon "ban" icon #1430

Gregoirevda opened this issue Apr 28, 2022 · 1 comment · Fixed by #1484

Comments

@Gregoirevda
Copy link
Contributor

Gregoirevda commented Apr 28, 2022

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants