diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 20:45:43 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 20:45:43 +0200 |
commit | 7c8df9b3f53d5d624e464ad9b59feb4a1e41c072 (patch) | |
tree | ec9556c342f283c8bbf5c06f40ae141de19e9d4f /src/_icons | |
parent | 2 new icons: `picture-in-picture`, `traffic-lights` (diff) | |
download | tabler-icons-7c8df9b3f53d5d624e464ad9b59feb4a1e41c072.tar.xz |
1 new icon: `karate`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/karate.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg new file mode 100644 index 00000000..20bf7725 --- /dev/null +++ b/src/_icons/karate.svg @@ -0,0 +1,9 @@ +--- +category: Sport +--- +<svg> + <circle cx="18" cy="4" r="1" /> + <path d="M3 9l4.5 1l3 2.5" /> + <path d="M13 21v-8l3-5.5" /> + <path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" /> +</svg> |