diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 00:57:03 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 00:57:03 +0100 |
commit | acd69c91e2640484cf8f92379a27679144c302fd (patch) | |
tree | 94d4ff4796f163484c90e2c8e12a1ed1b01218b3 /_icons/mouse.svg | |
parent | mouse, bolt (diff) | |
download | tabler-icons-acd69c91e2640484cf8f92379a27679144c302fd.tar.xz |
cart, droplet
Diffstat (limited to '_icons/mouse.svg')
-rw-r--r-- | _icons/mouse.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/mouse.svg b/_icons/mouse.svg index e3b9264a..d6ee3bc7 100644 --- a/_icons/mouse.svg +++ b/_icons/mouse.svg @@ -1,6 +1,6 @@ --- --- <svg> - <rect x="7" y="4" width="10" height="16" rx="4"></rect> - <polyline points="12 8 12 11"></polyline> + <rect x="7" y="4" width="10" height="16" rx="4" /> + <line x1="12" y1="8" x2="12" y2="11" /> </svg> |