| 1 |
<svg class="depicter-single-svg-loading" viewBox="0 0 45 45" xmlns="http://www.w3.org/2000/svg" stroke="#050A0E">> |
| 2 |
<g fill="none" fill-rule="evenodd" transform="translate(1 1)" stroke-width="2"> |
| 3 |
<circle cx="22" cy="22" r="6" stroke-opacity="0"> |
| 4 |
<animate attributeName="r" begin="1.5s" dur="3s" values="6;22" calcMode="linear" repeatCount="indefinite" /> |
| 5 |
<animate |
| 6 |
attributeName="stroke-opacity" |
| 7 |
begin="1.5s" |
| 8 |
dur="3s" |
| 9 |
values="1;0" |
| 10 |
calcMode="linear" |
| 11 |
repeatCount="indefinite" |
| 12 |
/> |
| 13 |
<animate |
| 14 |
attributeName="stroke-width" |
| 15 |
begin="1.5s" |
| 16 |
dur="3s" |
| 17 |
values="2;0" |
| 18 |
calcMode="linear" |
| 19 |
repeatCount="indefinite" |
| 20 |
/> |
| 21 |
</circle> |
| 22 |
<circle cx="22" cy="22" r="6" stroke-opacity="0"> |
| 23 |
<animate attributeName="r" begin="3s" dur="3s" values="6;22" calcMode="linear" repeatCount="indefinite" /> |
| 24 |
<animate |
| 25 |
attributeName="stroke-opacity" |
| 26 |
begin="3s" |
| 27 |
dur="3s" |
| 28 |
values="1;0" |
| 29 |
calcMode="linear" |
| 30 |
repeatCount="indefinite" |
| 31 |
/> |
| 32 |
<animate |
| 33 |
attributeName="stroke-width" |
| 34 |
begin="3s" |
| 35 |
dur="3s" |
| 36 |
values="2;0" |
| 37 |
calcMode="linear" |
| 38 |
repeatCount="indefinite" |
| 39 |
/> |
| 40 |
</circle> |
| 41 |
<circle cx="22" cy="22" r="8"> |
| 42 |
<animate |
| 43 |
attributeName="r" |
| 44 |
begin="0s" |
| 45 |
dur="1.5s" |
| 46 |
values="6;1;2;3;4;5;6" |
| 47 |
calcMode="linear" |
| 48 |
repeatCount="indefinite" |
| 49 |
/> |
| 50 |
</circle> |
| 51 |
</g> |
| 52 |
</svg> |
| 53 |
|