1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

run, walk icons #46

This commit is contained in:
codecalm
2020-08-19 23:31:11 +02:00
parent 6e6af0a92f
commit 143aa133d2
3 changed files with 19 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
---
tags: [cycling, bicycle, sport, wheel]
category: Vehicles
category: Sport
---
<svg>
<circle cx="5" cy="18" r="3" />

9
src/_icons/run.svg Normal file
View File

@@ -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>

9
src/_icons/walk.svg Normal file
View File

@@ -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>