Fixed incorrectly sized SVGs

Signed-off-by: Sophia Atkinson <sophialul@protonmail.com>
This commit is contained in:
2023-04-04 10:15:16 -07:00
parent 673a46b722
commit 3c7a2cb9e8
15 changed files with 15 additions and 46 deletions

View File

@ -1,9 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1.3623 0 0 1.3333 36.446 -52.319)">
<path d="m-3.264 51.509c0-0.79-0.07-1.54-0.19-2.27h-11.3v4.51h6.47c-0.29 1.48-1.14 2.73-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z" fill="#4e5d94"/>
<path d="m-14.754 63.239c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08 0.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96h-3.98v3.09c1.97 3.92 6.02 6.62 10.71 6.62z" fill="#7289da"/>
<path d="m-21.484 53.529c-0.25-0.72-0.38-1.49-0.38-2.29s0.14-1.57 0.38-2.29v-3.09h-3.98c-0.82 1.62-1.29 3.44-1.29 5.38s0.47 3.76 1.29 5.38z" fill="#4e5d94"/>
<path d="m-14.754 43.989c1.77 0 3.35 0.61 4.6 1.8l3.42-3.42c-2.07-1.94-4.78-3.13-8.02-3.13-4.69 0-8.74 2.7-10.71 6.62l3.98 3.09c0.95-2.85 3.6-4.96 6.73-4.96z" fill="#7289da"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M32 16.36c0-1.055-.098-2.055-.258-3.028H16.348v6.012h8.812c-.394 1.972-1.55 3.64-3.27 4.773v4h5.258C30.227 25.332 32 21.223 32 16.36zm0 0" fill="#4e5d94"/><path d="M16.348 31.996c4.414 0 8.105-1.437 10.8-3.879l-5.257-4c-1.473.961-3.336 1.547-5.543 1.547-4.266 0-7.875-2.812-9.168-6.613H1.758v4.12c2.683 5.227 8.199 8.825 14.59 8.825zm0 0" fill="#7289da"/><path d="M7.18 19.05a9.025 9.025 0 0 1-.52-3.054c0-1.066.192-2.09.52-3.05V8.823H1.758A15.538 15.538 0 0 0 0 15.996c0 2.59.64 5.016 1.758 7.176zm0 0" fill="#4e5d94"/><path d="M16.348 6.332c2.41 0 4.562.813 6.265 2.398l4.66-4.558C24.453 1.586 20.762 0 16.348 0 9.957 0 4.44 3.598 1.758 8.824l5.422 4.121c1.293-3.8 4.902-6.613 9.168-6.613zm0 0" fill="#7289da"/></svg>

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 791 B