PolymerElements / iron-iconset-svg

Represents a source of icons expressed as a collection of inline SVGs
https://www.webcomponents.org/element/PolymerElements/iron-iconset-svg
37 stars 34 forks source link

property names mixed up in documentation #16

Closed markope closed 8 years ago

markope commented 9 years ago

The example states you need id and iconSize:

 <iron-iconset-svg id="my-svg-icons" iconSize="24">

whereas in the code you require

 <iron-iconset-svg name="my-svg-icons" size="24">
notwaldorf commented 8 years ago

This looks already fixed.