Closed sumioka closed 6 years ago
when I write the another img tag, one of the icons are displayed. one map icon is displayed, another map icon remains undisplayed
reproduce condition is not clear, so temporally close this issue.
I wrote the
<img src="images/home.png" id="1">
<img src="images/home.png" id="2">
<iron-icon icon="maps:hotel"></iron-icon>
then it becomes
<a images="" home.png"="" id="1" href="http://....> <img src=">
<img src="images/home.png" id="2">
<iron-icon icon="maps:hotel"></iron-icon> </a>
sorry this might not be iron-icons probrem. I check it more precisely
Did you find the solution?
The documentation does not show how to use for example <iron-icon icon="social:mood"></iron-icon>
How does one use an icon from Communication, Device, Editor for example?
For us the solution to this problem was to import the required icon sets.
Before:
import '@polymer/iron-icons/iron-icons.js';
After
import '@polymer/iron-icons/iron-icons.js';
import '@polymer/iron-icons/social-icons';
Description
maps icons or communication icons are not displayed
Expected outcome
maps icons like maps:place are to be displayed on
Actual outcome
maps icons are not displayed on polymer 3.
there is no code in build folder about maps etc. there is only js file for default icons.
Live Demo
no demo
Steps to reproduce
if someone can display, my problem is to be ignored.
Browsers Affected