aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-19 23:31:11 +0200
committercodecalm <codecalm@gmail.com>2020-08-19 23:31:11 +0200
commit143aa133d2b24dfa5badc4fd0501a3daa043fd5b (patch)
tree2d16a8575b83fb7fb3410990e81494812d192b7c
parentbrands fixes (diff)
downloadtabler-icons-143aa133d2b24dfa5badc4fd0501a3daa043fd5b.tar.xz
`run`, `walk` icons #46
-rw-r--r--src/_icons/bike.svg2
-rw-r--r--src/_icons/run.svg9
-rw-r--r--src/_icons/walk.svg9
3 files changed, 19 insertions, 1 deletions
diff --git a/src/_icons/bike.svg b/src/_icons/bike.svg
index 6869b51..c0750b4 100644
--- a/src/_icons/bike.svg
+++ b/src/_icons/bike.svg
@@ -1,6 +1,6 @@
---
tags: [cycling, bicycle, sport, wheel]
-category: Vehicles
+category: Sport
---
<svg>
<circle cx="5" cy="18" r="3" />
diff --git a/src/_icons/run.svg b/src/_icons/run.svg
new file mode 100644
index 0000000..a630db5
--- /dev/null
+++ b/src/_icons/run.svg
@@ -0,0 +1,9 @@
+---
+category: Sport
+---
+<svg>
+ <circle cx="13" cy="4" r="1" />
+ <path d="M4 17l5 1l.75 -1.5" />
+ <path d="M15 21l0 -4l-4 -3l1 -6" />
+ <path d="M7 12l0 -3l5 -1l3 3l3 1" />
+</svg>
diff --git a/src/_icons/walk.svg b/src/_icons/walk.svg
new file mode 100644
index 0000000..52d8b6f
--- /dev/null
+++ b/src/_icons/walk.svg
@@ -0,0 +1,9 @@
+---
+category: Sport
+---
+<svg>
+ <circle cx="13" cy="4" r="1" />
+ <line x1="7" y1="21" x2="10" y2="17" />
+ <path d="M16 21l-2 -4l-3 -3l1 -6" />
+ <path d="M6 12l2 -3l4 -1l3 3l3 1" />
+</svg>