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/line.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/line.svg')
-rw-r--r-- | src/_icons/line.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/line.svg b/src/_icons/line.svg index 0da9b6d6..26b70c70 100644 --- a/src/_icons/line.svg +++ b/src/_icons/line.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="6" cy="18" r="2"></circle> - <circle cx="18" cy="6" r="2"></circle> - <polyline points="7.5 16.5 16.5 7.5"></polyline> + <circle cx="6" cy="18" r="2" /> + <circle cx="18" cy="6" r="2" /> + <line x1="7.5" y1="16.5" x2="16.5" y2="7.5" /> </svg> |