| 1 |
<svg class="depicter-single-svg-loading" viewBox="0 0 55 80" xmlns="http://www.w3.org/2000/svg" fill="#FFF">> |
| 2 |
<g transform="matrix(1 0 0 -1 0 80)"> |
| 3 |
<rect width="10" height="20" rx="3"> |
| 4 |
<animate |
| 5 |
attributeName="height" |
| 6 |
begin="0s" |
| 7 |
dur="4.3s" |
| 8 |
values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20" |
| 9 |
calcMode="linear" |
| 10 |
repeatCount="indefinite" |
| 11 |
/> |
| 12 |
</rect> |
| 13 |
<rect x="15" width="10" height="80" rx="3"> |
| 14 |
<animate |
| 15 |
attributeName="height" |
| 16 |
begin="0s" |
| 17 |
dur="2s" |
| 18 |
values="80;55;33;5;75;23;73;33;12;14;60;80" |
| 19 |
calcMode="linear" |
| 20 |
repeatCount="indefinite" |
| 21 |
/> |
| 22 |
</rect> |
| 23 |
<rect x="30" width="10" height="50" rx="3"> |
| 24 |
<animate |
| 25 |
attributeName="height" |
| 26 |
begin="0s" |
| 27 |
dur="1.4s" |
| 28 |
values="50;34;78;23;56;23;34;76;80;54;21;50" |
| 29 |
calcMode="linear" |
| 30 |
repeatCount="indefinite" |
| 31 |
/> |
| 32 |
</rect> |
| 33 |
<rect x="45" width="10" height="30" rx="3"> |
| 34 |
<animate |
| 35 |
attributeName="height" |
| 36 |
begin="0s" |
| 37 |
dur="2s" |
| 38 |
values="30;45;13;80;56;72;45;76;34;23;67;30" |
| 39 |
calcMode="linear" |
| 40 |
repeatCount="indefinite" |
| 41 |
/> |
| 42 |
</rect> |
| 43 |
</g> |
| 44 |
</svg> |
| 45 |
|