mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-07 02:30:36 +02:00
17 lines
No EOL
333 B
XML
17 lines
No EOL
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="11"
|
|
height="20"
|
|
fill="#ccc"
|
|
stroke="#aaa"
|
|
>
|
|
<circle
|
|
stroke="#aaa"
|
|
strokeWidth="2"
|
|
cx="5"
|
|
cy="6"
|
|
r="5"
|
|
/>
|
|
<circle strokeWidth="1" cx="5" cy="5" r="5" />
|
|
</svg> |