diff options
Diffstat (limited to 'src/_icons/bus.svg')
-rw-r--r-- | src/_icons/bus.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/bus.svg b/src/_icons/bus.svg new file mode 100644 index 00000000..631b084a --- /dev/null +++ b/src/_icons/bus.svg @@ -0,0 +1,12 @@ +--- +tags: [vehicle, drive, driver, engine, motor, journey, trip] +--- +<svg> + <circle cx="6" cy="17" r="2" /> + <circle cx="18" cy="17" r="2" /> + <path d="M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8" /> + <polyline points="16 5 17.5 12 22 12" /> + <line x1="2" y1="10" x2="17" y2="10" /> + <line x1="7" y1="5" x2="7" y2="10" /> + <line x1="12" y1="5" x2="12" y2="10" /> +</svg> |