I would like to use an icon for a button that is not available in the awesome, weather or material design fonts. And although I was successful using iconify, this is only available while on-line, which does work as I need to be off-line.
I was able to host the icon locally on a web-server, and this worked when using a url in the icon field of the button configuration. But the icon is very small, and I see in the node-red-dashboard source-code that all images are hard coded to 24px. Probably a good reason for this, but causes me problems as I need a larger icon.
I can create my own button using an ui_template, but hoping to find a way to use the button node. Self hosting iconify seems like a lot of work, and have not found a way to update the icons to later versions.
So, I found a solution by placing html and an ing tag in the label field and referencing the locally hosted image.. However, this seems like a bit of a hack. Wondering if anyone has solved how to locally host custom icons and use them as part of a button:
Node-RED version: v2.2.0. Dashboard version 3.1.5