mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Refine `truck` icon
* Refine `train` icon
* Rename `train` icon to `tram`
* Add `rail-symbol` icon
* Add `m-square` (metro) icon
* Add `train-track` icon
* Add `cable-car` icon
* Add `coach` icon
* Add `traffic-cone` icon
* Add `traffic-cone` variant
* Improve metadata
* Refine `bus` icon
* Add `traffic-lights` icon
* Revert "Add `traffic-lights` icon"
This reverts commit 22dcfc7aad.
* Refine `train-track` icon
* Rename `train` to `train-high-speed`
* Refine `car` icon
* Add `car-front` variant
* Add `car-taxi` icon
* Add `car-sports` icon
* Add `parking-meter` icon
* Add `tractor` icon
* Refine `bus` icon
* Refine `tractor` icon
* Refine `car-front` icon
* Refine `car-taxi` icon
* Refine `car-sports` icon
* Add `bus-school` icon
* Remove `traffic-cone` variant
* Add `train-high-speed-tunnel` icon
* Refine `coach` icon
* Refine `cable-car` icon
* Refine `car` icon
* Refine `train-high-speed` icon
* Refine `train-high-speed-tunnel` icon
* Update icons/car-front.svg
Co-authored-by: Karsa <contact@karsa.org>
* Update icons/car.svg
Co-authored-by: Karsa <contact@karsa.org>
* Update icons/car-taxi.svg
Co-authored-by: Karsa <contact@karsa.org>
* Refine `coach` icon
* Add `coach` variant
* Rename `tram` to `tram-front`
* Rename `train-high-speed` to `train-front`
* Rename `train-high-speed-tunnel` to `train-front-tunnel`
* Rename `bus-school` to `bus-school-front`
* Rename `coach` to `coach-front`
* Rename `coach` variant to `coach-front` variant
* Rename `car-taxi` to `car-taxi-front`
* Rename `car-sports` to `car-sports-front`
* Add `car-electric-front` icon
* Refine `car-electric-front` icon
* Refine `car` icon
* Add `ship-wheel` icon
* Improve `ship` metadata
* Remove `bus-school-front` icon
* Remove `car-electric-front` icon
* Remove `car-sports-front` icon
* Remove `coach-front` variant
* Rename `coach-front` to `bus-front`
* Improve `train-front-tunnel` metadata
* Refine `car-taxi-front` icon
---------
Co-authored-by: Karsa <contact@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
20 lines
384 B
XML
20 lines
384 B
XML
<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="M2 17 17 2" />
|
|
<path d="m2 14 8 8" />
|
|
<path d="m5 11 8 8" />
|
|
<path d="m8 8 8 8" />
|
|
<path d="m11 5 8 8" />
|
|
<path d="m14 2 8 8" />
|
|
<path d="M7 22 22 7" />
|
|
</svg>
|