diff options
Diffstat (limited to 'src/icons/traffic-lights.svg')
-rw-r--r-- | src/icons/traffic-lights.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/traffic-lights.svg b/src/icons/traffic-lights.svg new file mode 100644 index 00000000..3c8c3cfd --- /dev/null +++ b/src/icons/traffic-lights.svg @@ -0,0 +1,12 @@ +--- +category: Map +tags: [street, road, green, red, yellow, vehicle, stop, drive, crossing, pedestrian, crossroads, junction, intersection] +version: "1.27" +unicode: "ed39" +--- +<svg> + <rect x="7" y="2" width="10" height="20" rx="5" /> + <circle cx="12" cy="7" r="1" /> + <circle cx="12" cy="12" r="1" /> + <circle cx="12" cy="17" r="1" /> +</svg> |