In our app we are using <span class="icon icon-name"></span> with an icon font. I was thinking of trying to switch over to using SVGs and thus came here.
For our current structure is it possible to let it remain as it is, but then I would map the class names to their corresponding SVGs and replace them using SVGInjector?
Great work on this btw.
Cheers