diff options
author | codecalm <codecalm@gmail.com> | 2020-08-17 15:51:52 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-17 15:51:52 +0200 |
commit | f79117f61b365e628febcc8cb0de57f0eaf4b266 (patch) | |
tree | 809e7638e6df52d8904adc15ba8b55ab00b370f8 /src/_icons/scooter.svg | |
parent | New icon: `letter-e` (diff) | |
download | tabler-icons-f79117f61b365e628febcc8cb0de57f0eaf4b266.tar.xz |
2 new icons: `electric-scooter`, `scooter`
Diffstat (limited to 'src/_icons/scooter.svg')
-rw-r--r-- | src/_icons/scooter.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/scooter.svg b/src/_icons/scooter.svg new file mode 100644 index 00000000..8a5f9239 --- /dev/null +++ b/src/_icons/scooter.svg @@ -0,0 +1,8 @@ +--- +tags: [vehicle, drive, driver, engine, motor, journey, trip] +--- +<svg> + <circle cx="18" cy="17" r="2" /> + <path d="M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" /> + <path d="M6 9h3" /> +</svg> |