Replace way icon path with line and circles

This commit is contained in:
Anton Khorev 2024-05-27 03:01:24 +03:00
parent 38ca6a9f14
commit e459aa9cdd

View file

@ -12,9 +12,11 @@
<circle cx="250" cy="42.5" r="15" fill="#fff"/> <circle cx="250" cy="42.5" r="15" fill="#fff"/>
</g> </g>
<g> <g>
<path d="M379.302 5a15.7 15.7 0 0 0-15.698 15.698c0 1.581.284 3.074.719 4.513l-39.113 39.113c-1.44-.435-2.932-.719-4.513-.719A15.7 15.7 0 0 0 305 79.303a15.7 15.7 0 0 0 15.698 15.698 15.7 15.7 0 0 0 15.698-15.698c0-1.581-.284-3.074-.719-4.513l39.113-39.113c1.44.435 2.932.719 4.513.719A15.7 15.7 0 0 0 395 20.698a15.7 15.7 0 0 0-15.698-15.698z" fill="#7092ff"/> <line x1="320" y1="80" x2="380" y2="20" stroke="#7092ff" stroke-width="15"/>
<circle cx="321" cy="79" r="7" fill="#fff"/> <circle cx="320" cy="80" r="15" fill="#7092ff"/>
<circle cx="380" cy="21" r="7" fill="#fff"/> <circle cx="380" cy="20" r="15" fill="#7092ff"/>
<circle cx="320" cy="80" r="7" fill="#fff"/>
<circle cx="380" cy="20" r="7" fill="#fff"/>
</g> </g>
<g> <g>
<path d="M425 87l-20-20v-29l20-20h68l2 2v65l-2 2z" fill="#7092ff"/> <path d="M425 87l-20-20v-29l20-20h68l2 2v65l-2 2z" fill="#7092ff"/>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After