diff options
author | James Harris <wopian@wopian.me> | 2020-08-21 19:17:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 19:17:00 +0100 |
commit | d03ece3bc78750edc9f3ea4cc05d72bd9901e8c5 (patch) | |
tree | a189eae520efb5a23b8bdee72368bc1e1a704bf3 /src/_icons/swimming.svg | |
parent | Release 1.14.0 (diff) | |
download | tabler-icons-d03ece3bc78750edc9f3ea4cc05d72bd9901e8c5.tar.xz |
fix: typo in swimming icon name
Diffstat (limited to 'src/_icons/swimming.svg')
-rw-r--r-- | src/_icons/swimming.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/swimming.svg b/src/_icons/swimming.svg new file mode 100644 index 00000000..d3afee74 --- /dev/null +++ b/src/_icons/swimming.svg @@ -0,0 +1,8 @@ +--- +category: Sport +--- +<svg> + <circle cx="16" cy="9" r="1" /> + <path d="M6 11l4 -2l3.5 3l-1.5 2" /> + <path d="M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" /> +</svg> |