diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 23:31:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 23:31:11 +0200 |
commit | 143aa133d2b24dfa5badc4fd0501a3daa043fd5b (patch) | |
tree | 2d16a8575b83fb7fb3410990e81494812d192b7c /src | |
parent | brands fixes (diff) | |
download | tabler-icons-143aa133d2b24dfa5badc4fd0501a3daa043fd5b.tar.xz |
`run`, `walk` icons #46
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/bike.svg | 2 | ||||
-rw-r--r-- | src/_icons/run.svg | 9 | ||||
-rw-r--r-- | src/_icons/walk.svg | 9 |
3 files changed, 19 insertions, 1 deletions
diff --git a/src/_icons/bike.svg b/src/_icons/bike.svg index 6869b519..c0750b44 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 00000000..a630db54 --- /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 00000000..52d8b6f3 --- /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> |