Confused about icons

Where is the current reference to ionicons?
I get icons showing up that are not what are listed to be.
eg; ion-email shows up as a paintbrush but ion-ios-email works but not listed as such
ion-edit does not show up at all

Is there current instrcuctions for installing?
Tried instructions here: http://tphangout.com/using-ionicons-in-ionic-2/ with no luck

can you please explain your code here with ref or made a plunker
and show it here

Did you see this??

I was actually having a similar issue but my problem was solved when I upgraded to the newest version of ionic 2 (beta 11). What version are you using?

Hi rdlabo,
Sorry for the delay.
That reference list seems to work - Thanks!
However, the previous ‘edit’ icon is missing. It was a Pen. A very common icon to signify Editing.
That said, you have answered my question.

@niallr
Sorry for delay.

Cordova CLI: 6.1.1
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.11
Ionic CLI Version: 2.0.0-beta.37
Ionic App Lib Version: 2.0.0-beta.20
OS:
Node Version: v6.3.1 

@Thavarajan
EDIT

1 Like

It seems that the icon was renamed to create, you can use it this way:

<ion-icon name="create"></ion-icon>

Hi iignatov, thank you. You are right and it works well!
I guess I did not look through that list close enough.
Thanks