Make sure you are importing iron-icons.html and not iron-icon.html. That's what fixed it for me when switching from 0.5 to 1.0.
<link rel="import" href="../../bower_components/polymer/polymer.html" /> <link rel="import" href="../../bower_components/iron-icons/iron-icons.html" /> <dom-module> ... On Friday, June 12, 2015 at 12:22:51 PM UTC-7, [email protected] wrote: > > Hello Sam, > Has same issue with iron-icon error message at line 167: > For a workaround meanwhile you may want to have a look at issue at > StackOverflow > <http://stackoverflow.com/questions/30608194/polymer-1-0-default-icon-set-in-iron-icons-not-working-using-blaze-meteor-temp/30713035#30713035> > (it's > related to the loading-sequence of dependencies). Or also, have a look at > Github > PolymerElements/iron-icon/issues/19 > <https://github.com/PolymerElements/iron-icon/issues/19> and Github > PolymerElements/iron-icons/issues/14 > <https://github.com/PolymerElements/iron-icons/issues/14> . Hope this > helps. > > El martes, 2 de junio de 2015, 16:47:06 (UTC-5), Sam Genest escribió: >> >> Hello everyone, Im trying to get the paper-toolbar >> <https://elements.polymer-project.org/elements/paper-toolbar> element >> working. However Im unable to get the icons to appear. I cant find any docs >> for icons in 1.0 so Im using the docs for 0.5 >> <https://www.polymer-project.org/0.5/docs/elements/icons.html> (which I >> suspect is part of the problem). When I load the my test page >> <https://gist.github.com/sgen/184019c88584d4f85435> in chrome the >> following errors pop up in the dev console: >> >> Uncaught TypeError: prototype.registerCallback is not a function >> >> >> and >> >> iron-icon.html:167 [iron-icon::_updateIcon]: could not find iconset >>> `icons`, did you import the iconset? >> >> >> How can I fix this issue? >> > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/f4db60a0-8c4f-4644-ba8d-f776034a98d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
