digitransit-ui/app/configurations/images/default/dotted-line.svg
2020-06-26 10:55:08 +03:00

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>