VaadinIcons in Vaadin 10 ?

In Vaadin 8, I leveraged VaadinIcons with codepoint, getHtml to populate Component setHtml(). In Vaadin 10 VaadinIcon doesn’t provide such functionality. How to do it now ?

You can use the Icon component directly, and add that as a child to any other component.

Thank you.