diff options
author | codecalm <codecalm@gmail.com> | 2020-09-03 18:32:03 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-03 18:32:03 +0200 |
commit | 17f82694dab3b2a11fd5462265a0082aac9bf406 (patch) | |
tree | 7dd8aedb946bf82b0752629f9b0b0f46cd5764a8 /src/_icons/fall.svg | |
parent | `skateboard` icon (diff) | |
download | tabler-icons-17f82694dab3b2a11fd5462265a0082aac9bf406.tar.xz |
`fall` icon fix
Diffstat (limited to 'src/_icons/fall.svg')
-rw-r--r-- | src/_icons/fall.svg | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index 23f43c6..bad9c2c 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -1,9 +1,8 @@ --- --- - <svg> - <path d="M11 21l1-5-1-4-3-4h4l3-3"/> - <path d="M6 16l-1-4 3-4"/> - <circle cx="6" cy="5" r="1"/> - <path d="M14 12h2l4 2"/> + <path d="M11 21l1-5-1-4-3-4h4l3-3" /> + <path d="M6 16l-1-4l3-4" /> + <circle cx="6" cy="5" r="1" /> + <path d="M13.5 12h2.5l4 2" /> </svg> |