-
-
Save dmjcomdem/bfb30c1000903c3bfa2dd42861d26f41 to your computer and use it in GitHub Desktop.
svg-template.svg
This file contains hidden or 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 shape-rendering="crispEdges" | |
width="100%" height="100%" viewBox="0 0 30 30" version="1.1" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"> | |
<use xlink:href="#name-icon"></use> | |
</svg> | |
<svg class="icon" width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" shape-rendering="crispEdges"> | |
<use xlink:href="#name-icon"></use> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment