summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-20 10:04:16 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-20 10:04:16 +0200
commite52f62f599e594ab61996d55e2ec8f9bc3734725 (patch)
tree6d7896d64664ff3c956ed0d6ee8ce97b89907929
parent570c163d01b3e65a346f762eb61c8c8a80553eb1 (diff)
Add viewbox to SVG
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--img/reply.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/reply.svg b/img/reply.svg
index 28946cb3e..765c4e1a1 100644
--- a/img/reply.svg
+++ b/img/reply.svg
@@ -1 +1 @@
-<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M15 15s-.4-7.8-7-10V1L1 8l7 7v-4c5.1 0 7 4 7 4z"/></svg>
+<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15 15s-.4-7.8-7-10V1L1 8l7 7v-4c5.1 0 7 4 7 4z"/></svg>