about summary refs log tree commit diff stats
path: root/src/assets/images/translate-icon.svg
diff options
context:
space:
mode:
authorLeo Heitmann Ruiz <leo@heitmannruiz.org>2024-07-22 10:16:53 +0200
committerLeo Heitmann Ruiz <leo@heitmannruiz.org>2024-07-22 17:17:17 +0200
commit4e73e51808efee4fd93e68da8b97fcfe1a734ea5 (patch)
treeb18f1446d0674d3c82bfa84a00c9f8c899a67e97 /src/assets/images/translate-icon.svg
parent2.8.4 => 2.8.5 (diff)
downloadlibredirect-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/translate-icon.svg')
-rw-r--r--src/assets/images/translate-icon.svg4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/assets/images/translate-icon.svg b/src/assets/images/translate-icon.svg
index 30f9c1b7..a79f1abe 100644
--- a/src/assets/images/translate-icon.svg
+++ b/src/assets/images/translate-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="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"></path>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.87 15.07-2.54-2.51.03-.03A17.5 17.5 0 0 0 14.07 6H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2zm-2.62 7 1.62-4.33L19.12 17z"/></svg>
\ No newline at end of file