1
0
Fork 0
mirror of synced 2024-06-27 10:41:00 +12:00

Fixed the unknown SVG icon

This commit is contained in:
Francesco Franchina 2021-10-19 23:39:16 +02:00
parent 72702386cc
commit 3aa6f4ac83

View file

@ -1,3 +1,3 @@
<svg height="100" width="100">
<svg xmlns="http://www.w3.org/2000/svg" height="100" width="100">
<circle cx="50" cy="50" r="40" fill="#c9c9c9" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 124 B