⚙️ Fix viewbox of some svgs

This commit is contained in:
pheralb
2024-04-12 08:53:57 +01:00
parent 922542e578
commit 09476b5949
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="226" height="160" fill="none">
<svg viewBox="0 0 226 160" xmlns="http://www.w3.org/2000/svg" width="226" height="160" fill="none">
<path fill="#F9AD00"
d="M221.478 49.756h-48.78V.976h48.78v48.78ZM167.81 49.756h-48.781V.976h48.781v48.78ZM114.151 49.756h-48.78V.976h48.78v48.78ZM221.478 103.415h-48.78V54.634h48.78v48.781Z" />
<path fill="#4E4E4E"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB