aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_icons/bolt.svg5
-rw-r--r--_icons/mouse.svg6
2 files changed, 11 insertions, 0 deletions
diff --git a/_icons/bolt.svg b/_icons/bolt.svg
new file mode 100644
index 0000000..b0d9410
--- /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 0000000..e3b9264
--- /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>