Hi,
i followed the icon plugin instructions
for getting my own icons available in the panel.
Works fine so far …
After that i changed the sample icon with a fontawesome icon
After downloading the svg file I copied the content of the SVG-Tag and replaced the default code in the plugin JS-File. After reloading the panel i saw no icon. After analysing the code i found out the icon is to big!

Problem is the viewBox attribute!
When i change the vieBox to the one provided in the SVG from fontawesome everything shows up correctly.
How can i set the own viewBox attribute ???
Greetings Michael