Created
March 15, 2016 11:53
-
-
Save ps-team/59f17eb8ab9700ca6aff to your computer and use it in GitHub Desktop.
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
<body> | |
<!-- svg use case, twitter icon --> | |
<svg xmlns="http://www.w3.org/2000/svg" class="icon-twitter"> | |
<use xlink:href="#icon-twitter"></use> | |
</svg> | |
<!-- svg use case, instagram icon --> | |
<svg xmlns="http://www.w3.org/2000/svg" class="icon-instagram"> | |
<use xlink:href="#icon-instagram"></use> | |
</svg> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment