diff options
Diffstat (limited to 'src/_icons')
-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 23f43c63..bad9c2c9 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 aab788e9..722a1f3e 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> |