Updated example logos

This commit is contained in:
edent
2017-04-14 08:37:59 +01:00
parent d9e0fe1504
commit bc32c00ed0
3 changed files with 16 additions and 2 deletions

7
tiny/flickr.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#ed1983"/>
<g>
<circle cx="150" cy="256" r="100" style="fill:#FFFFFF"/>
<circle cx="365" cy="256" r="100" style="fill:#FFFFFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 275 B

7
tiny/twitter.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg version="1" class="square" viewBox="0 0 512 512">
<title>
Twitter
</title>
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#00abf1"/>
<path d="M456 133c-14 7-31 11-47 13 17-10 30-27 37-46-15 10-34 16-52 20a82 82 0 0 0-142 57l1 18c-68-3-129-35-169-85a81 81 0 0 0 26 109c-13 0-26-4-37-9 0 39 28 72 65 80l-21 3-16-1c10 33 41 57 77 57-29 22-64 35-102 35l-20-1a233 233 0 0 0 361-196l-2-12c16-11 30-25 41-42z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 463 B