图标列表及其在 iron-icons 中的名称

List of icons and their names in iron-icons

在 Polymers 中,要在我们的页面上显示图标,我们可以使用以下内容

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

图标来自iron-icons.

现在,例如,我使用 delete 图标来显示 trash-bin 图标。

是否有任何文档可以让我看到图标列表及其使用的名称?

例如:

Trash bin = 'delete'

我浏览了下面的 link,但找不到我要找的东西 https://www.webcomponents.org/element/PolymerElements/iron-icons

左边有一个"Demo"link。 这是一个直接的link:

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

我想这是给你的。设置了所有实际铁图标的演示页面:https://elements.polymer-project.org/bower_components/iron-icons/demo/index.html

即使您在应用程序中只使用其中一个图标,它也会加载整个图标集。您可以从提供的列表中生成您自己的图标集 here 并仅使用您的应用程序需要的图标。

这里有一个可搜索的铁图标列表 URL:

Searchable Iron Icons List