blob: c1fda39b002321b8ad9eb7336b81e7300ebfd375 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bike" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<rect x="0" y="0" width="24" height="24" stroke="none"></rect>
<circle cx="5" cy="18" r="3" />
<circle cx="19" cy="18" r="3" />
<polyline points="12 19 12 15 9 12 14 8 16 11 19 11" />
<circle cx="17" cy="5" r="1" />
</svg>
|