Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from leonderijke/patch-1
Browse files Browse the repository at this point in the history
Mention non-default built-in iconset import
  • Loading branch information
addyosmani committed Jul 18, 2014
2 parents 974410c + 3c12e55 commit daf3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
See [core-iconset](#core-iconset) and [core-iconset-svg](#core-iconset-svg) for more information about
how to use a custom iconset.
See [core-icons](http://www.polymer-project.org/components/core-icons/demo.html) for the default set of icons. To use the default set of icons you'll need to include an import for `core-icons.html`.
See [core-icons](http://www.polymer-project.org/components/core-icons/demo.html) for the default set of icons. To use the default set of icons you'll need to include an import for `core-icons.html`. To use a different built-in set of icons, you'll need to include an import for `core-icons/iconsets/<iconset>.html`.
@group Polymer Core Elements
@element core-icon
Expand Down

0 comments on commit daf3950

Please sign in to comment.