| 1 |
<svg class="depicter-single-svg-loading" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">> |
| 2 |
<defs> |
| 3 |
<linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a"> |
| 4 |
<stop stop-color="#050A0E" stop-opacity="0" offset="0%" /> |
| 5 |
<stop stop-color="#050A0E" stop-opacity=".631" offset="63.146%" /> |
| 6 |
<stop stop-color="#050A0E" offset="100%" /> |
| 7 |
</linearGradient> |
| 8 |
</defs> |
| 9 |
<g fill="none" fill-rule="evenodd"> |
| 10 |
<g transform="translate(1 1)"> |
| 11 |
<path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2"> |
| 12 |
<animateTransform |
| 13 |
attributeName="transform" |
| 14 |
type="rotate" |
| 15 |
from="0 18 18" |
| 16 |
to="360 18 18" |
| 17 |
dur="0.9s" |
| 18 |
repeatCount="indefinite" |
| 19 |
/> |
| 20 |
</path> |
| 21 |
<circle fill="#050A0E" cx="36" cy="18" r="1"> |
| 22 |
<animateTransform |
| 23 |
attributeName="transform" |
| 24 |
type="rotate" |
| 25 |
from="0 18 18" |
| 26 |
to="360 18 18" |
| 27 |
dur="0.9s" |
| 28 |
repeatCount="indefinite" |
| 29 |
/> |
| 30 |
</circle> |
| 31 |
</g> |
| 32 |
</g> |
| 33 |
</svg> |
| 34 |
|