react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Missing Ionicon "ban" icon

Open Gregoirevda opened this issue 2 years ago • 0 comments

  • [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
  • [x] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-icons/issues

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?

Gregoirevda avatar Apr 28 '22 19:04 Gregoirevda