Merge pull request #571 from zfrohardt/vue

Shrank Vue to 272 bytes
This commit is contained in:
Zach Frohardt
2021-08-01 13:02:21 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -402,7 +402,7 @@ Say thanks!
<td>Backbone<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/backbone.svg" width="125" title="Backbone" /><br>463 Bytes</td>
</tr>
<tr>
<td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>286 Bytes</td>
<td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>272 Bytes</td>
<td>Gradle<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gradle.svg" width="125" title="Gradle" /><br>690 Bytes</td>
<td>Amber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/amberframework.svg" width="125" title="Amber Framework" /><br>753 Bytes</td>
<td>Gitea<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gitea.svg" width="125" title="Gitea" /><br>766 Bytes</td>

View File

@@ -3,4 +3,5 @@ aria-label="Vue" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path fill="#42b883" d="M300 140l-44 77-44-77H64l192 333 192-333z"/><path fill="#35495e" d="M300 140l-44 77-44-77h-71l115 200 115-200z"/></svg>
fill="#fff"/><path fill="#42b883"
d="m64 140h148l44 77l44-77h148L256 473"/><path fill="#35495e" d="m141 140h71l44 77l44-77h71L256 340"/></svg>

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 272 B