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-2.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-2.svg')
-rw-r--r-- | src/_icons/tallymark-2.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/tallymark-2.svg b/src/_icons/tallymark-2.svg index 587a9fb3..d5bbd102 100644 --- a/src/_icons/tallymark-2.svg +++ b/src/_icons/tallymark-2.svg @@ -1,6 +1,6 @@ --- --- <svg> - <polyline points="10 5 10 19"></polyline> - <polyline points="14 5 14 19"></polyline> + <line x1="10" y1="5" x2="10" y2="19" /> + <line x1="14" y1="5" x2="14" y2="19" /> </svg> |