-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Awesome project, thanks! I have an svg file with content like
<svg style="display: none" aria-hidden="true" xmlns="http://www.w3.org/2000/svg">
<defs>
<symbol id="foo" viewBox="0 0 20 20"><path d="..."/></symbol>
<symbol id="bar" viewBox="0 0 20 20"><path d="..."/></symbol>
</defs>
</svg>Then I would embed a specific symbol using <svg class="icon"><use href="icons.svg#foo"></svg>
Using this plugin, is there an easy way to achieve this?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request