7 lines
294 B
XML
7 lines
294 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
<radialGradient id="user-location-gradient">
|
|
<stop style="stop-color: #ffa500; stop-opacity: 0; " offset="0.875" />
|
|
<stop style="stop-color: #ffa500; stop-opacity: 1; " offset="1" />
|
|
</radialGradient>
|
|
</svg>
|