FlowingCode/IronIconsAddon

IronIcon should extend Icon and allow alternate collections

Closed this issue · 1 comments

(From https://github.com/vaadin/flow/issues/5040)

Enhancement request:

  • IronIcon cannot be used where an Icon is, which is bad. Only IronIcon.create() would be needed, without the constants.

The icons from this addon extend IronIcon instead of Icon because the latter imports the vaadin-icons iconset, which is not required in this case.