We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the instructions on the setup page doesn't show the icon.
Following the instructions exactly should show the demo icon.
Element is rendered and styling is applied but icon is not showing.
Don't have a live demo, no online editor is available?
The import lines are sorted wrong, iron-icons should be loaded first and iron-icon second.
iron-icons
iron-icon
<script type="module"> import '@polymer/iron-icon/iron-icons'; import '@polymer/iron-icons/iron-icon'; </script>
The text was updated successfully, but these errors were encountered:
Still not working
Sorry, something went wrong.
No branches or pull requests
Description
Following the instructions on the setup page doesn't show the icon.
Expected outcome
Following the instructions exactly should show the demo icon.
Actual outcome
Element is rendered and styling is applied but icon is not showing.
Live Demo
Don't have a live demo, no online editor is available?
Steps to reproduce
Browsers Affected
Solution / workaround
The import lines are sorted wrong,
iron-icons
should be loaded first andiron-icon
second.The text was updated successfully, but these errors were encountered: