No edit icon in official docs

I can’t find the edit/pencil icon listed here:

I do see references to it on the web and there is a reference to ion-edit here:
http://ionicons.com/cheatsheet.html

Using name=“edit” or name=“ion-edit” or name=“pencil” doesn’t work.

Any idea how I can get this icon? Thanks.

1 Like

Try to use name=“create”

That gives me a pencil. Thank you!

(Still, this is very strange that something so basic would be off, in such a big library.)

1 Like

I agree with you, I think it is really basic and you have “create icon” to use as an alternative icon to “create”, it doesn’t make sense…

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

Is not good enough?