I just started with Polymer and I'm using paper-icon-button to test this out. I think I set things up correctly because the button I used have ripple effect; when I set the `src` property, my intended picture showed up.
<!-- This works -->
However, I failed to use default icon, for example:
<!-- This does not work. There is a blank icon.
However, ripple effect still works on click -->
<paper-icon-button icon="menu"></paper-icon-button>
Here is the demo running on my `polyserve`: ![enter image description here][1]
I setup `paper-icon-button` using bower command instead of zip file so I would assume that all the dependencies are there. Not sure what is missing :s please help me out thanks!