Browse Source

Add viewbox to SVG

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7955/head
Joas Schilling 3 years ago
parent
commit
e52f62f599
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 2
      img/reply.svg

2
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>
Loading…
Cancel
Save