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 icon "ticket-outline" from ionicons #1399

Closed YannisHofmann closed 12 months ago

YannisHofmann commented 2 years ago

Environment

OS: Windows 11, platform: IOS & Android, version: 9.0.0,

Description

When im trying to add this icon "ticket-outline" from ionicons, im just getting this warning: "ticket-outline" is not a valid icon name for family "ionicons"

Screenshot_174

lovepuppy346 commented 2 years ago

Did you solve this problem ??

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.