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 | |
parent | `skateboard` icon (diff) | |
download | tabler-icons-17f82694dab3b2a11fd5462265a0082aac9bf406.tar.xz |
`fall` icon fix
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/fall.svg | 9 | ||||
-rw-r--r-- | src/_icons/skateboard.svg | 2 |
2 files changed, 5 insertions, 6 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> diff --git a/src/_icons/skateboard.svg b/src/_icons/skateboard.svg index aab788e..722a1f3 100644 --- a/src/_icons/skateboard.svg +++ b/src/_icons/skateboard.svg @@ -4,5 +4,5 @@ category: Vehicles <svg> <circle cx="7" cy="15" r="2" /> <circle cx="17" cy="15" r="2" /> - <path d="M3 9a2 1 0 00 2 1h14a2 1 0 00 2 -1"></path> + <path d="M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1" /> </svg> |