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

Commit 3c12e55

Browse files
committed
Mention non-default built-in iconset import
If you want to use the non-default built-in iconset, you'll need to include an import for the relevant iconset. This was missing in the docs.
1 parent 06eb6ce commit 3c12e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-icon.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
See [core-iconset](#core-iconset) and [core-iconset-svg](#core-iconset-svg) for more information about
3030
how to use a custom iconset.
3131
32-
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`.
32+
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`.
3333
3434
@group Polymer Core Elements
3535
@element core-icon

0 commit comments

Comments
 (0)