Update SVG files for Base UI, Dropbox, Lottielab, JSON, and Shiki to use viewBox instead of width and height

This commit is contained in:
Miguel Vega
2025-01-30 09:04:50 -05:00
parent a95a2c6f12
commit 7dd4cf3697
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" fill="none"><path fill="#0061FE" d="M0 0h128v128H0z"/><path fill="#F7F5F2" d="M43.7 32 23.404 44.75 43.701 57.5 64 44.75 84.3 57.5l20.298-12.75L84.299 32 64.002 44.75 43.7 32ZM43.7 83 23.404 70.25 43.701 57.5 64 70.25 43.702 83ZM64.002 70.25 84.299 57.5l20.298 12.75L84.299 83 64.002 70.25ZM64.002 100 43.7 87.25 64 74.5 84.3 87.25 64.002 100Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><path fill="#0061FE" d="M0 0h128v128H0z"/><path fill="#F7F5F2" d="M43.7 32 23.404 44.75 43.701 57.5 64 44.75 84.3 57.5l20.298-12.75L84.299 32 64.002 44.75 43.7 32Zm0 51L23.404 70.25 43.701 57.5 64 70.25 43.702 83Zm20.302-12.75L84.299 57.5l20.298 12.75L84.299 83 64.002 70.25Zm0 29.75L43.7 87.25 64 74.5l20.3 12.75L64.002 100Z"/></svg>

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 408 B