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/_icons/walk.svg | |
parent | brands fixes (diff) | |
download | tabler-icons-143aa133d2b24dfa5badc4fd0501a3daa043fd5b.tar.xz |
`run`, `walk` icons #46
Diffstat (limited to 'src/_icons/walk.svg')
-rw-r--r-- | src/_icons/walk.svg | 9 |
1 files changed, 9 insertions, 0 deletions
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> |