I dont see ion-edit in here: https://github.com/oblador/react-native-vector-icons/blob/master/glyphmaps/Ionicons.json
It's listed on here: http://ionicons.com/cheatsheet.html
Hi, that is an older version of Ionicons, please use the cheatsheet linked in the documentation: http://ionicframework.com/docs/ionicons/
I still don't see an edit icon 馃槈
Ionicons 3 doesnt have an edit icon afaik.
Looks like Ionicons 3 does indeed remove some icons that were in v2 for some reason. Anyone know why?
FYI there is a more detailed cheat sheet at: https://cdn.rawgit.com/driftyco/ionicons/3.0/cheatsheet.html
@lukecwilliams Are all of those available in this react package?
@njt1982 The ones in the rawgit.com link? Should be since this package is based on Ionicons 3.0.
I think what you are looking for is :
create
@nits-ravis Yes, that looks right! Did not know that was an option.
That's a solution for us. I suggest closing this issue.
I disagree. That鈥檚 a create icon, not edit. Edit is just a pencil. Create is pencil and a sheet.
I think?!
Searching for "create" first yields "ion-ios-create" then "ion-ios-create-outline" (which are both pencil + paper), but the third one is "ion-md-create" which is just a pencil. Not sure why they didn't just name it pencil.
use <ion-icon name="create"></ion-icon>
Most helpful comment
I think what you are looking for is :
create