diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 00:47:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 00:47:52 +0100 |
commit | bf747735e8de9d35705af3a04af485948b58c7fa (patch) | |
tree | 038ae49dc97717ba6ab60b23c9e9967554dda8e8 | |
parent | dots, directions, send (diff) | |
download | tabler-icons-bf747735e8de9d35705af3a04af485948b58c7fa.tar.xz |
mouse, bolt
-rw-r--r-- | _icons/bolt.svg | 5 | ||||
-rw-r--r-- | _icons/mouse.svg | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/_icons/bolt.svg b/_icons/bolt.svg new file mode 100644 index 00000000..b0d94107 --- /dev/null +++ b/_icons/bolt.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3"></polyline> +</svg> diff --git a/_icons/mouse.svg b/_icons/mouse.svg new file mode 100644 index 00000000..e3b9264a --- /dev/null +++ b/_icons/mouse.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="7" y="4" width="10" height="16" rx="4"></rect> + <polyline points="12 8 12 11"></polyline> +</svg> |