aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-03 00:05:57 +0100
committercodecalm <codecalm@gmail.com>2020-03-03 00:05:57 +0100
commit8d1b47cf78d3ec139cb09a48e6f8bf97c66e79ff (patch)
treec0603b65468465e39ac3c5c7250f727fee0e1ad5 /_icons
parenttriangle icons (diff)
downloadtabler-icons-8d1b47cf78d3ec139cb09a48e6f8bf97c66e79ff.tar.xz
compass, point, power
Diffstat (limited to '_icons')
-rw-r--r--_icons/compass.svg6
-rw-r--r--_icons/point.svg5
-rw-r--r--_icons/power.svg6
3 files changed, 17 insertions, 0 deletions
diff --git a/_icons/compass.svg b/_icons/compass.svg
new file mode 100644
index 0000000..515e790
--- /dev/null
+++ b/_icons/compass.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <polyline points="8 16 10 10 16 8 14 14 8 16" />
+ <circle cx="12" cy="12" r="9" />
+</svg>
diff --git a/_icons/point.svg b/_icons/point.svg
new file mode 100644
index 0000000..44624f9
--- /dev/null
+++ b/_icons/point.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="4" />
+</svg>
diff --git a/_icons/power.svg b/_icons/power.svg
new file mode 100644
index 0000000..2a10dc1
--- /dev/null
+++ b/_icons/power.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M7 6a7.75 7.75 0 1010 0" />
+ <line x1="12" y1="4" x2="12" y2="12" />
+</svg>