You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: