Search code examples
javascriptpolymeriron-elements

List of icons and their names in iron-icons


In Polymers, to display icons on our page we can use the following

<paper-icon-button icon="delete"></paper-icon-button>

The icon comes from iron-icons.

Now, in example, I am using delete icon to show trash-bin icon.

Is there is any documentation where I can see the icons list and their names used?

for example:

Trash bin = 'delete'

I went through the below link, but couldn't found out what I was looking for https://www.webcomponents.org/element/PolymerElements/iron-icons


Solution

  • There is a "Demo" link on the left. Here is a direct link to it:

    https://www.webcomponents.org/element/PolymerElements/iron-icons/demo/demo/index.html