How do you include your own icons in Vaadin Flow? Do you make an HTML file like this one from Vaadin Icons and include it via
@HtmlImport("frontend://path/to/your/icons.html")
I did not find any documentation so far. So I guess this is one possibility?