diff options
author | codecalm <codecalm@gmail.com> | 2020-03-26 22:56:46 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-26 22:56:46 +0100 |
commit | f188428a06edc7fda4505bda202e4792fd3df79d (patch) | |
tree | e8add7ae9a5a74d6086c70eb6947f129d32116ef /src/_icons | |
parent | line height fix (diff) | |
download | tabler-icons-f188428a06edc7fda4505bda202e4792fd3df79d.tar.xz |
line height fix
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/line-height.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/line-height.svg b/src/_icons/line-height.svg index 7a8c77fa..13645010 100644 --- a/src/_icons/line-height.svg +++ b/src/_icons/line-height.svg @@ -1,9 +1,9 @@ --- --- <svg> - <polyline points="3 9 6 6 9 9" /> - <polyline points="3 15 6 18 9 15" /> - <line x1="6" y1="6" x2="6" y2="18" /> + <polyline points="3 8 6 5 9 8" /> + <polyline points="3 16 6 19 9 16" /> + <line x1="6" y1="5" x2="6" y2="19" /> <line x1="13" y1="6" x2="20" y2="6" /> <line x1="13" y1="12" x2="20" y2="12" /> <line x1="13" y1="18" x2="20" y2="18" /> |