diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 22:12:58 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 22:12:58 +0100 |
commit | a2ac67704034637ecd3188f63cc8448c58d3d3ac (patch) | |
tree | 012c7904e6aa34badadff221f8fea0758b89f9f7 /src/_icons/list.svg | |
parent | bold, italic, underline icons #11 (diff) | |
download | tabler-icons-a2ac67704034637ecd3188f63cc8448c58d3d3ac.tar.xz |
strikethrough icon #11
Diffstat (limited to 'src/_icons/list.svg')
-rw-r--r-- | src/_icons/list.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/_icons/list.svg b/src/_icons/list.svg index 7c916da5..5e34dbf5 100644 --- a/src/_icons/list.svg +++ b/src/_icons/list.svg @@ -1,10 +1,10 @@ --- --- <svg> - <line x1="10" y1="6" x2="20" y2="6" /> - <line x1="10" y1="12" x2="20" y2="12" /> - <line x1="10" y1="18" x2="20" y2="18" /> - <circle cx="5" cy="6" r="1" /> - <circle cx="5" cy="12" r="1" /> - <circle cx="5" cy="18" r="1" /> + <line x1="9" y1="6" x2="20" y2="6" /> + <line x1="9" y1="12" x2="20" y2="12" /> + <line x1="9" y1="18" x2="20" y2="18" /> + <line x1="5" y1="6" x2="5" y2="6.01" /> + <line x1="5" y1="12" x2="5" y2="12.01" /> + <line x1="5" y1="18" x2="5" y2="18.01" /> </svg> |