diff options
| author | codecalm <codecalm@gmail.com> | 2020-03-27 20:20:24 +0100 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2020-03-27 20:20:24 +0100 | 
| commit | 8fb61ba34ec83445529115de000d7eae72706664 (patch) | |
| tree | 819f0dc1d65ef0b0a45302e593a58cc078ad9744 | |
| parent | arrival, departure fix (diff) | |
| download | tabler-icons-8fb61ba34ec83445529115de000d7eae72706664.tar.xz | |
subscript, superscript fix
| -rw-r--r-- | src/_icons/subscript.svg | 2 | ||||
| -rw-r--r-- | src/_icons/superscript.svg | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/_icons/subscript.svg b/src/_icons/subscript.svg index 8f73bef7..127cf815 100644 --- a/src/_icons/subscript.svg +++ b/src/_icons/subscript.svg @@ -1,6 +1,6 @@  ---  ---  <svg> -  <path d="M4 7l8 10m-8 0l8 -10" /> +  <path d="M5 7l8 10m-8 0l8 -10" />    <path d="M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />  </svg> diff --git a/src/_icons/superscript.svg b/src/_icons/superscript.svg index 7e42c301..ebbb6dfc 100644 --- a/src/_icons/superscript.svg +++ b/src/_icons/superscript.svg @@ -1,6 +1,6 @@  ---  ---  <svg> -  <path d="M4 7l8 10m-8 0l8 -10" /> +  <path d="M5 7l8 10m-8 0l8 -10" />    <path d="M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />  </svg> | 
