How to create register an own iconset

Hi, I have some svg, I want to use as icons alongside of vaadin and lumo icons.
How is the best way to register my own iconset?

While investigating, should I do it like in @vaadin/icons/vaadin-iconset.js?

Thanks!

If you’re on V24.2 or later, you can just use standalone SVG images or SVG sprites – no need to create an iconset like that. See Icons | Vaadin components