Add background to micropython

This commit is contained in:
Terence Eden
2025-07-02 16:51:21 +01:00
parent 0bc5d6294a
commit cba0f7856a
2 changed files with 4 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ Say thanks!
<td>Meetup<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/meetup.svg" width="100" title="Meetup"><br>502 bytes</td> <td>Meetup<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/meetup.svg" width="100" title="Meetup"><br>502 bytes</td>
<td>Messenger<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/messenger.svg" width="100" title="Messenger"><br>679 bytes</td> <td>Messenger<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/messenger.svg" width="100" title="Messenger"><br>679 bytes</td>
<td>microformats<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/microformats.svg" width="100" title="microformats"><br>783 bytes</td> <td>microformats<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/microformats.svg" width="100" title="microformats"><br>783 bytes</td>
<td>micropython<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/micropython.svg" width="100" title="micropython"><br>222 bytes</td> <td>micropython<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/micropython.svg" width="100" title="micropython"><br>260 bytes</td>
<td>Microsoft<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/microsoft.svg" width="100" title="Microsoft"><br>321 bytes</td> <td>Microsoft<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/microsoft.svg" width="100" title="Microsoft"><br>321 bytes</td>
</tr> </tr>

View File

@@ -1,5 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" <svg xmlns="http://www.w3.org/2000/svg"
aria-label="micropython" role="img" aria-label="micropython" role="img"
viewBox="0 0 512 512"><path viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><path
d="M131 130V380h55V185h10V380H316V185h10V380h55V333H363v25H348V333h33V130H261V325H251V130H131" d="M131 130V380h55V185h10V380H316V185h10V380h55V333H363v25H348V333h33V130H261V325H251V130H131"
fill="#000"/></svg> fill="#000"/></svg>

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 260 B