Minify SVGs and PNGs to save 95 kilobytes

This commit is contained in:
Evan Hahn
2021-03-31 17:02:10 -05:00
committed by Josh Perez
parent 63ece2e9b4
commit eac298d8f6
165 changed files with 136 additions and 405 deletions

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><title>error-solid-12</title><path d="M6,0a6,6,0,1,0,6,6A6,6,0,0,0,6,0ZM6,9.5a.75.75,0,1,1,.75-.75A.75.75,0,0,1,6,9.5ZM6.5,7h-1L5.25,2.5h1.5Z"/></svg>
<svg height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m6 0a6 6 0 1 0 6 6 6 6 0 0 0 -6-6zm0 9.5a.75.75 0 1 1 .75-.75.75.75 0 0 1 -.75.75zm.5-2.5h-1l-.25-4.5h1.5z"/></svg>

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 207 B