Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 963
Anurag Singh Bisht Avatar asked Nov 29 '22 13:11

Anurag Singh Bisht


1 Answers

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

like image 121
Daniel Alexandrov Avatar answered Dec 05 '22 14:12

Daniel Alexandrov