File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/inc/panel/src/panel/components/Loading.jsx
const Loading = () => {
return <div className="panel-loading">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<radialGradient id="a11" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)">
<stop offset="0" stop-color="#2145e6"></stop>
<stop offset=".3" stop-color="#2145e6" stop-opacity=".9"></stop>
<stop offset=".6" stop-color="#2145e6" stop-opacity=".6"></stop>
<stop offset=".8" stop-color="#2145e6" stop-opacity=".3"></stop>
<stop offset="1" stop-color="#2145e6" stop-opacity="0"></stop>
</radialGradient>
<circle transform-origin="center" fill="none" stroke="url(#a11)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70">
<animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform>
</circle><circle transform-origin="center" fill="none" opacity=".2" stroke="#2145e6" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>
</div>
}
export default Loading