geno/wp-content/plugins/cartflows/assets/images/cartflows-payment-section-loader.svg

78 lines
2.4 KiB
XML
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
<svg
role="img"
aria-labelledby="loading-aria"
preserveAspectRatio="none"
xmlns="http://www.w3.org/2000/svg"
>
<title id="loading-aria">Loading...</title>
<rect
x="0"
y="0"
width="100%"
height="100%"
clip-path="url(#clip-path)"
style='fill: url("#fill");'
></rect>
<defs>
<clipPath xmlns="http://www.w3.org/2000/svg" id="clip-path">
<rect x="0" y="0" rx="0" ry="0" width="NaN" height="NaN"/>
<rect x="45" y="13" rx="3" ry="3" width="100%" height="15"/>
<rect x="10" y="70" rx="3" ry="3" width="80%" height="10"/>
<rect x="10" y="90" rx="3" ry="3" width="70%" height="10"/>
<rect x="10" y="50" rx="3" ry="3" width="90%" height="10"/>
<rect x="10" y="9" rx="50" ry="50" width="25" height="25"/>
<rect x="10" y="195" rx="3" ry="3" width="80%" height="10"/>
<rect x="10" y="215" rx="3" ry="3" width="70%" height="10"/>
<rect x="11" y="175" rx="3" ry="3" width="90%" height="10"/>
<rect x="10" y="120" rx="50" ry="50" width="25" height="25"/>
<rect x="45" y="250" rx="3" ry="3" width="100%" height="15"/>
<rect x="12" y="310" rx="3" ry="3" width="100%" height="30"/>
<rect x="10" y="245" rx="5" ry="5" width="25" height="25"/>
<rect x="45" y="125" rx="3" ry="3" width="100%" height="15"/>
<rect x="10" y="160" rx="3" ry="3" width="100%" height="1"/>
<rect x="10" y="290" rx="3" ry="3" width="100%" height="1"/>
</clipPath>
<linearGradient id="fill">
<stop
offset="0.599964"
stop-color="#dddddd"
stop-opacity="1"
>
<animate
attributeName="offset"
values="-2; -2; 1"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
<stop
offset="1.59996"
stop-color="#b0b0b0"
stop-opacity="1"
>
<animate
attributeName="offset"
values="-1; -1; 2"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
<stop
offset="2.59996"
stop-color="#dddddd"
stop-opacity="1"
>
<animate
attributeName="offset"
values="0; 0; 3"
keyTimes="0; 0.25; 1"
dur="2s"
repeatCount="indefinite"
></animate>
</stop>
</linearGradient>
</defs>
</svg>