ba_spinner_16.svg 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: BI Titan
  5. Copyright IBM Corp. 2017,2018
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  9. viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
  10. <style type="text/css">
  11. .loadingSpinner--animation {
  12. animation: spin 1s .5s linear infinite;
  13. animation-fill-mode: forwards;
  14. transform-origin: 50% 50%;
  15. }
  16. @-webkit-keyframes spin {
  17. 0% {
  18. -webkit-transform: rotate(0deg);
  19. transform: rotate(0deg);
  20. }
  21. 100% {
  22. -webkit-transform: rotate(360deg);
  23. transform: rotate(360deg);
  24. }
  25. }
  26. @keyframes spin {
  27. 0% {
  28. -webkit-transform: rotate(0deg);
  29. transform: rotate(0deg);
  30. }
  31. 100% {
  32. -webkit-transform: rotate(360deg);
  33. transform: rotate(360deg);
  34. }
  35. }
  36. </style>
  37. <path class="loadingSpinner--animation" style="fill: #4178be" d="M1.7,3.1C3.2,1.2,5.4,0,8,0c4.4,0,8,3.6,8,8s-3.6,8-8,8c-2.6,0-4.8-1.2-6.3-3.1l1.6-1.6c1,1.5,2.7,2.4,4.7,2.4
  38. c3.2,0,5.7-2.6,5.7-5.7S11.2,2.3,8,2.3c-1.9,0-3.6,1-4.7,2.4L1.7,3.1z M0,7.8C0,7.8,0,7.9,0,8c0,0,0,0.1,0,0.1L0,7.8L0,7.8z"/>
  39. </svg>