diff options
author | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-22 10:16:53 +0200 |
---|---|---|
committer | Leo Heitmann Ruiz <leo@heitmannruiz.org> | 2024-07-22 17:17:17 +0200 |
commit | 4e73e51808efee4fd93e68da8b97fcfe1a734ea5 (patch) | |
tree | b18f1446d0674d3c82bfa84a00c9f8c899a67e97 /src/assets/images/sendFiles-icon.svg | |
parent | 2.8.4 => 2.8.5 (diff) | |
download | libredirect-4e73e51808efee4fd93e68da8b97fcfe1a734ea5.zip |
Clean up SVGs
Made sure all have a viewBox, fixed some that rendered inconsistently across browsers, simplified and optimized size.
Diffstat (limited to 'src/assets/images/sendFiles-icon.svg')
-rw-r--r-- | src/assets/images/sendFiles-icon.svg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/assets/images/sendFiles-icon.svg b/src/assets/images/sendFiles-icon.svg index 5557664e..e4a65abb 100644 --- a/src/assets/images/sendFiles-icon.svg +++ b/src/assets/images/sendFiles-icon.svg @@ -1,3 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"> - <path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96M14 13v4h-4v-4H7l5-5 5 5z"/></svg> \ No newline at end of file |