| 1 |
<svg class="depicter-single-svg-loading" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" stroke="#050a0e">> |
| 2 |
<g fill="none" fill-rule="evenodd" stroke-width="2"> |
| 3 |
<circle cx="22" cy="22" r="1"> |
| 4 |
<animate |
| 5 |
attributeName="r" |
| 6 |
begin="0s" |
| 7 |
dur="1.8s" |
| 8 |
values="1; 20" |
| 9 |
calcMode="spline" |
| 10 |
keyTimes="0; 1" |
| 11 |
keySplines="0.165, 0.84, 0.44, 1" |
| 12 |
repeatCount="indefinite" |
| 13 |
/> |
| 14 |
<animate |
| 15 |
attributeName="stroke-opacity" |
| 16 |
begin="0s" |
| 17 |
dur="1.8s" |
| 18 |
values="1; 0" |
| 19 |
calcMode="spline" |
| 20 |
keyTimes="0; 1" |
| 21 |
keySplines="0.3, 0.61, 0.355, 1" |
| 22 |
repeatCount="indefinite" |
| 23 |
/> |
| 24 |
</circle> |
| 25 |
<circle cx="22" cy="22" r="1"> |
| 26 |
<animate |
| 27 |
attributeName="r" |
| 28 |
begin="-0.9s" |
| 29 |
dur="1.8s" |
| 30 |
values="1; 20" |
| 31 |
calcMode="spline" |
| 32 |
keyTimes="0; 1" |
| 33 |
keySplines="0.165, 0.84, 0.44, 1" |
| 34 |
repeatCount="indefinite" |
| 35 |
/> |
| 36 |
<animate |
| 37 |
attributeName="stroke-opacity" |
| 38 |
begin="-0.9s" |
| 39 |
dur="1.8s" |
| 40 |
values="1; 0" |
| 41 |
calcMode="spline" |
| 42 |
keyTimes="0; 1" |
| 43 |
keySplines="0.3, 0.61, 0.355, 1" |
| 44 |
repeatCount="indefinite" |
| 45 |
/> |
| 46 |
</circle> |
| 47 |
</g> |
| 48 |
</svg> |
| 49 |
|