googlearchive / app-drawer-template

Application template that demonstrates the PRPL pattern
28 stars 22 forks source link

Iron-icons not displaying #9

Open lordoftheflies opened 8 years ago

lordoftheflies commented 8 years ago

Problem

When use iron-icons polymer components, the icon images are not displaying.

Cause

The project's (my-icons.html)[https://github.com/Polymer/app-drawer-template/blob/master/src/my-icons.html] file uses icons as name, and this name is already taken by the iron-icons main iconset.

Solution

Please change it to another iconset name.

mshockwave commented 8 years ago

Can't agree more. Remove import of my-icons.html and it works

dandv commented 8 years ago

Gah. I wasted about an hour debugging this.