diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:22:31 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:22:31 +0200 |
commit | a5bf959c7c4ba35e4f0ba9908b3efb1a6cc4d49f (patch) | |
tree | 25796a4f3de83715b2d11d703ccd45151393be0c /src/_icons/tallymark-4.svg | |
parent | 1 new icon: `copyleft` (diff) | |
download | tabler-icons-a5bf959c7c4ba35e4f0ba9908b3efb1a6cc4d49f.tar.xz |
Fixed icons: `a-b`, `layout-kanban`, `line`, `markdown`, `tallymark-1`, `tallymark-2`, `tallymark-3`, `tallymark-4`, `tallymarks`, `truck-delivery`, `truck-return`
Diffstat (limited to 'src/_icons/tallymark-4.svg')
-rw-r--r-- | src/_icons/tallymark-4.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/tallymark-4.svg b/src/_icons/tallymark-4.svg index 1b6c2b17..0856d106 100644 --- a/src/_icons/tallymark-4.svg +++ b/src/_icons/tallymark-4.svg @@ -1,8 +1,8 @@ --- --- <svg> - <polyline points="6 5 6 19"></polyline> - <polyline points="10 5 10 19"></polyline> - <polyline points="14 5 14 19"></polyline> - <polyline points="18 5 18 19"></polyline> + <line x1="6" y1="5" x2="6" y2="19" /> + <line x1="10" y1="5" x2="10" y2="19" /> + <line x1="14" y1="5" x2="14" y2="19" /> + <line x1="18" y1="5" x2="18" y2="19" /> </svg> |