I would like to store SVG images for my application in my API and have them delivered via API. This way i can have users create custom icons. The thing is that my SVG images need interpolation as they contain handlebar code for things like fill color, animation, etc…
Is there a way to do this using components? I’ve tried overriding the private “template” property but it doesn’t appear to do anything.