mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:37:22 +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>
16 lines
289 B
XML
16 lines
289 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="M5 15h14" />
|
|
<path d="M5 9h14" />
|
|
<path d="m14 20-5-5 6-6-5-5" />
|
|
</svg>
|