Last active
October 25, 2017 16:46
-
-
Save sendgrid-gists/15ec2f37af31713af359c000a218b6e6 to your computer and use it in GitHub Desktop.
SendGrid style-guide large loader
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 class="sg-loader is-large"> | |
<rect class="logo-square bottom-left" width="20" height="20" /> | |
<rect class="logo-square bottom-middle" width="20" height="20" /> | |
<rect class="logo-square middle" width="20" height="20" /> | |
<rect class="logo-square top-middle" width="20" height="20" /> | |
<rect class="logo-square top-right" width="20" height="20" /> | |
<rect class="logo-square middle-left" width="20" height="20" /> | |
<rect class="logo-square middle-right" width="20" height="20" /> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment