I want to use the Perspective Icon library in my inline CSS code like the following CSS code:
cursor: url(/system/images/flash.svg), pointer
The above code needs icons to be loaded into image management which is inefficient when the graphic is already loaded in the icon library.
I know we can use a web dev endpoint to expose the icon, but doing so would add unnecessary cost to the project.
Do we have any workaround for this?
If not, I believe exposing the icon in Ignition Core for CSS is very useful.
This seems very close, but i still dont seem to get it to work by adding a background css like in the dropdown inside the foreign svg div.i just get a black square that has the correct size...