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,2 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g transform="scale(.36812)"><path d="m1 1h10v10h-10z" fill="#4e5d94"/><path d="m12 1h10v10h-10z" fill="#7289da"/><path d="m1 12h10v10h-10z" fill="#7289da"/><path d="m12 12h10v10h-10z" fill="#4e5d94"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M1.39 1.39h13.915v13.915H1.39zm0 0" fill="#4e5d94"/><path d="M16.695 1.39H30.61v13.915H16.695zm0 0M1.39 16.695h13.915V30.61H1.39zm0 0" fill="#7289da"/><path d="M16.695 16.695H30.61V30.61H16.695zm0 0" fill="#4e5d94"/></svg>

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 294 B