diff options
Diffstat (limited to 'src/icons/bus-stop.svg')
-rw-r--r-- | src/icons/bus-stop.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/icons/bus-stop.svg b/src/icons/bus-stop.svg new file mode 100644 index 00000000..fbfeeee4 --- /dev/null +++ b/src/icons/bus-stop.svg @@ -0,0 +1,15 @@ +--- +category: Vehicles +version: "1.82" +unicode: "f2d4" +--- +<svg> + <rect x="3" y="3" width="4" height="6" rx="1" /> + <circle cx="18" cy="17" r="2" /> + <path d="M10 5h7c2.761 0 5 3.134 5 7v5h-2" /> + <path d="M16 17h-8" /> + <path d="M16 5l1.5 7h4.5" /> + <path d="M9.5 10h7.5" /> + <path d="M12 5v5" /> + <path d="M5 9v11" /> +</svg> |