edlp-loader-anim.svg 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg
  3. width="40"
  4. height="40"
  5. fill="#ffffff"
  6. xmlns:svg="http://www.w3.org/2000/svg"
  7. xmlns="http://www.w3.org/2000/svg"
  8. xmlns:xlink="http://www.w3.org/1999/xlink">
  9. <rect
  10. id="bg"
  11. x="0" y="0"
  12. width="40" height="40"
  13. >
  14. </rect>
  15. <rect
  16. id="blak-line"
  17. x="0" y="19"
  18. width="50" height="2"
  19. fill="#000000"
  20. transform="rotate(315 22 26)">
  21. </rect>
  22. <rect
  23. id="red-line"
  24. x="11" y="18"
  25. width="18" height="4"
  26. fill="#ff0004"
  27. transform="rotate(45 20 20)">
  28. </rect>
  29. <animate
  30. xlink:href="#red-line"
  31. attributeName="y"
  32. from="1"
  33. to="1"
  34. dur="1.5s"
  35. values="1;18;35;18;1"
  36. keyTimes="0;0.25;0.5;0.75;1"
  37. keySplines=".42 0 1 1;
  38. 0 0 .59 1;
  39. .42 0 1 1"
  40. fill="freeze"
  41. begin="0s"
  42. repeatCount="indefinite"
  43. id="red-anim-one"/>
  44. </svg>