remove extra width and height setting in svgs

This commit is contained in:
FuzzyGrim
2026-02-08 16:24:57 +01:00
parent 21c5032b82
commit 058accd6b1
2 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg"
width="auto"
height="100%"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 290 B

View File

@@ -1,6 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg"
width="auto"
height="100%"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 483 B