Currently, I am working with Polymer version 1.2.1 and have included core-icons in my elements.html file using the following import statement:
<link rel="import" href="/bower_components/core-icons/social-icons.html">
Within a custom Polymer element, I am trying to display an icon using the code snippet below:
<paper-icon-button icon="social:person" class="dropdown-trigger"></paper-icon-button>
Unfortunately, the icon is not being displayed on the page.
The template section of the markup currently looks like this:
Hello World
If I change the icon attribute to "home", as shown below, the icon does appear: