diff options
author | codecalm <codecalm@gmail.com> | 2020-03-26 22:55:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-26 22:55:49 +0100 |
commit | 6ab241678f24b13a8d6e6e8a8621cc827cd21281 (patch) | |
tree | 75c3ccca44061df0d16850fa87cd182e149dcea0 /src/_icons | |
parent | drag-n-drop icons (diff) | |
download | tabler-icons-6ab241678f24b13a8d6e6e8a8621cc827cd21281.tar.xz |
line height fix
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/line-height.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/_icons/line-height.svg b/src/_icons/line-height.svg index 6a180628..7a8c77fa 100644 --- a/src/_icons/line-height.svg +++ b/src/_icons/line-height.svg @@ -1,10 +1,10 @@ --- --- <svg> - <polyline points="3 7 6 4 9 7" /> - <polyline points="3 17 6 20 9 17" /> - <line x1="6" y1="4" x2="6" y2="20" /> - <line x1="14" y1="6" x2="20" y2="6" /> - <line x1="11" y1="12" x2="20" y2="12" /> - <line x1="14" y1="18" x2="20" y2="18" /> + <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" /> + <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" /> </svg> |