| 1 |
<svg class="depicter-single-svg-loading" viewBox="0 0 135 140" xmlns="http://www.w3.org/2000/svg" fill="#050a0e">> |
| 2 |
<rect y="10" width="15" height="120" rx="6"> |
| 3 |
<animate |
| 4 |
attributeName="height" |
| 5 |
begin="0.5s" |
| 6 |
dur="1s" |
| 7 |
values="120;110;100;90;80;70;60;50;40;140;120" |
| 8 |
calcMode="linear" |
| 9 |
repeatCount="indefinite" |
| 10 |
/> |
| 11 |
<animate |
| 12 |
attributeName="y" |
| 13 |
begin="0.5s" |
| 14 |
dur="1s" |
| 15 |
values="10;15;20;25;30;35;40;45;50;0;10" |
| 16 |
calcMode="linear" |
| 17 |
repeatCount="indefinite" |
| 18 |
/> |
| 19 |
</rect> |
| 20 |
<rect x="30" y="10" width="15" height="120" rx="6"> |
| 21 |
<animate |
| 22 |
attributeName="height" |
| 23 |
begin="0.25s" |
| 24 |
dur="1s" |
| 25 |
values="120;110;100;90;80;70;60;50;40;140;120" |
| 26 |
calcMode="linear" |
| 27 |
repeatCount="indefinite" |
| 28 |
/> |
| 29 |
<animate |
| 30 |
attributeName="y" |
| 31 |
begin="0.25s" |
| 32 |
dur="1s" |
| 33 |
values="10;15;20;25;30;35;40;45;50;0;10" |
| 34 |
calcMode="linear" |
| 35 |
repeatCount="indefinite" |
| 36 |
/> |
| 37 |
</rect> |
| 38 |
<rect x="60" width="15" height="140" rx="6"> |
| 39 |
<animate |
| 40 |
attributeName="height" |
| 41 |
begin="0s" |
| 42 |
dur="1s" |
| 43 |
values="120;110;100;90;80;70;60;50;40;140;120" |
| 44 |
calcMode="linear" |
| 45 |
repeatCount="indefinite" |
| 46 |
/> |
| 47 |
<animate |
| 48 |
attributeName="y" |
| 49 |
begin="0s" |
| 50 |
dur="1s" |
| 51 |
values="10;15;20;25;30;35;40;45;50;0;10" |
| 52 |
calcMode="linear" |
| 53 |
repeatCount="indefinite" |
| 54 |
/> |
| 55 |
</rect> |
| 56 |
<rect x="90" y="10" width="15" height="120" rx="6"> |
| 57 |
<animate |
| 58 |
attributeName="height" |
| 59 |
begin="0.25s" |
| 60 |
dur="1s" |
| 61 |
values="120;110;100;90;80;70;60;50;40;140;120" |
| 62 |
calcMode="linear" |
| 63 |
repeatCount="indefinite" |
| 64 |
/> |
| 65 |
<animate |
| 66 |
attributeName="y" |
| 67 |
begin="0.25s" |
| 68 |
dur="1s" |
| 69 |
values="10;15;20;25;30;35;40;45;50;0;10" |
| 70 |
calcMode="linear" |
| 71 |
repeatCount="indefinite" |
| 72 |
/> |
| 73 |
</rect> |
| 74 |
<rect x="120" y="10" width="15" height="120" rx="6"> |
| 75 |
<animate |
| 76 |
attributeName="height" |
| 77 |
begin="0.5s" |
| 78 |
dur="1s" |
| 79 |
values="120;110;100;90;80;70;60;50;40;140;120" |
| 80 |
calcMode="linear" |
| 81 |
repeatCount="indefinite" |
| 82 |
/> |
| 83 |
<animate |
| 84 |
attributeName="y" |
| 85 |
begin="0.5s" |
| 86 |
dur="1s" |
| 87 |
values="10;15;20;25;30;35;40;45;50;0;10" |
| 88 |
calcMode="linear" |
| 89 |
repeatCount="indefinite" |
| 90 |
/> |
| 91 |
</rect> |
| 92 |
</svg> |
| 93 |
|