Hi,
Dependency is working well and I can import the required class in the Java code.
But the icon is not display, in the HTML I can see the iron-icon tag, but in the shadow dom, there is no SVG part like in the ‘standard’ iron icons.
Do I need some extra downloads or configuration ? Isn’t the maven dependency enough ?
I answer my own question here.
I had a configured vaadin.whitelisted-packages that didn’t allow the classes to be parsed for annotation, so just adding the flowingcode package in this list did the trick.
So, not related to the component itself.