Created
August 17, 2015 18:59
-
-
Save BryanSchuetz/50c6a961f3ea13b20bba to your computer and use it in GitHub Desktop.
Load all SVG data once using a partial. Then call each one as you want inline—basically, an SVG sprite.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg style="display: none;"> | |
<defs> | |
<g></g> | |
</defs> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment