aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-05 21:48:55 +0100
committercodecalm <codecalm@gmail.com>2020-03-05 21:48:55 +0100
commitb9477a3b177c5f34d1438fdc191857a343ca53f1 (patch)
treedb7a57d25752f2a6a05110ee407359dffd9e0238 /_icons
parenticons (diff)
downloadtabler-icons-b9477a3b177c5f34d1438fdc191857a343ca53f1.tar.xz
bike, location, gauge, man, woman
Diffstat (limited to '_icons')
-rw-r--r--_icons/bike.svg8
-rw-r--r--_icons/friends.svg8
-rw-r--r--_icons/gauge.svg8
-rw-r--r--_icons/location.svg5
-rw-r--r--_icons/man.svg6
-rw-r--r--_icons/parking.svg6
-rw-r--r--_icons/woman.svg6
7 files changed, 47 insertions, 0 deletions
diff --git a/_icons/bike.svg b/_icons/bike.svg
new file mode 100644
index 0000000..3c31627
--- /dev/null
+++ b/_icons/bike.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="5" cy="18" r="3" />
+ <circle cx="19" cy="18" r="3" />
+ <polyline points="12 19 12 15 9 12 14 8 16 11 19 11" />
+ <circle cx="17" cy="5" r="1" />
+</svg>
diff --git a/_icons/friends.svg b/_icons/friends.svg
new file mode 100644
index 0000000..dac56f8
--- /dev/null
+++ b/_icons/friends.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="7" cy="5" r="2" />
+ <path d="M5 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" />
+ <circle cx="17" cy="5" r="2" />
+ <path d="M15 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" />
+</svg>
diff --git a/_icons/gauge.svg b/_icons/gauge.svg
new file mode 100644
index 0000000..bdb05d2
--- /dev/null
+++ b/_icons/gauge.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <circle cx="12" cy="12" r="1" />
+ <line x1="13.41" y1="10.59" x2="16" y2="8" />
+ <path d="M7 12a5 5 0 015 -5" />
+</svg>
diff --git a/_icons/location.svg b/_icons/location.svg
new file mode 100644
index 0000000..97191c9
--- /dev/null
+++ b/_icons/location.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M21 3L14.5 21a.55 .55 0 01-1 0L10 14L3 10.5a.55 .55 0 010 -1L21 3" />
+</svg>
diff --git a/_icons/man.svg b/_icons/man.svg
new file mode 100644
index 0000000..b8fdf78
--- /dev/null
+++ b/_icons/man.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="5" r="2" />
+ <path d="M10 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" />
+</svg>
diff --git a/_icons/parking.svg b/_icons/parking.svg
new file mode 100644
index 0000000..ee50f57
--- /dev/null
+++ b/_icons/parking.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M9 16v-8h4a2 2 0 010 4h-4" />
+</svg>
diff --git a/_icons/woman.svg b/_icons/woman.svg
new file mode 100644
index 0000000..34def09
--- /dev/null
+++ b/_icons/woman.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="5" r="2" />
+ <path d="M10 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" />
+</svg>