HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/www/wp-content/plugins/give/src/Admin/components/Spinner/ArcSpinner.tsx
import styles from './style.module.scss';

/**
 * @since 4.6.0
 */
export default function ArcSpinner() {
    return (
        <svg className={styles.arcSpinner} width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <g clipPath="url(#uszxunxu7a)">
                <path d="M1.568 9.202C3.11 3.441 9.033.022 14.795 1.566c5.761 1.544 9.18 7.466 7.637 13.227" stroke="#fff" strokeWidth="1.8"/>
            </g>
            <defs>
                <clipPath id="uszxunxu7a">
                    <path fill="#fff" d="M0 0h24v24H0z"/>
                </clipPath>
            </defs>
        </svg>
    );
}