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/tallymarks.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/tallymarks.svg')
-rw-r--r-- | src/_icons/tallymarks.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/tallymarks.svg b/src/_icons/tallymarks.svg index 0364f53e..33081505 100644 --- a/src/_icons/tallymarks.svg +++ b/src/_icons/tallymarks.svg @@ -1,9 +1,9 @@ --- --- <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> - <polyline points="3 17 21 7"></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" /> + <line x1="3" y1="17" x2="21" y2="7" /> </svg> |