mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:47:42 +01:00
feat(icons): added scooter icon (#3818)
* Add scooter icon * edit tags * edit icon * edit icon * deit icon * edit icon * edit contributors * Update scooter.json --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
22
icons/scooter.json
Normal file
22
icons/scooter.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"Ahmed-Dghaies",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"vehicle",
|
||||||
|
"drive",
|
||||||
|
"trip",
|
||||||
|
"journey",
|
||||||
|
"transport",
|
||||||
|
"electric",
|
||||||
|
"ride",
|
||||||
|
"urban",
|
||||||
|
"commute",
|
||||||
|
"speed"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"transportation"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/scooter.svg
Normal file
16
icons/scooter.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<path d="M21 4h-3.5l2 11.05" />
|
||||||
|
<path d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
|
||||||
|
<circle cx="19.5" cy="17.5" r="2.5" />
|
||||||
|
<circle cx="4.5" cy="17.5" r="2.5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 405 B |
Reference in New Issue
Block a user