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

Incorrectly closed comment prevents icons from loading #93

Open smerth opened 5 years ago

smerth commented 5 years ago

In the file iron-iconset-svg.html the comment that begins on line 18

/**
   * The `iron-iconset-svg` element allows users to define their own icon sets

is incorrectly closed, this prevents icons from loading when this component is used.

the comment should be closed around line 52

   * @element iron-iconset-svg
   * @demo demo/index.html
   * @implements {Polymer.Iconset}
   **/