mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-01-31 11:30:30 +01:00
21 lines
264 B
XML
21 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="10"
|
|
>
|
|
<rect
|
|
x="0"
|
|
y="0"
|
|
width="20"
|
|
height="10"
|
|
fill="#666"
|
|
/>
|
|
|
|
<circle
|
|
fill="#fff"
|
|
cx="10"
|
|
cy="5"
|
|
r="4"
|
|
/>
|
|
</svg>
|