HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/progress-bar/src/icon.js
export const ProgressbarIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="57"
            height="58"
            fill="none"
            viewBox="0 0 57 58"
        >
            <path
                fill="#6C3BFF"
                d="M49.029 30.714H26.57V8.257c0-.686-.428-1.371-1.371-1.371C11.4 6.886.086 18.2.086 32.086.086 45.97 11.4 57.2 25.2 57.2s25.114-11.314 25.114-25.114c-.171-.943-.6-1.372-1.285-1.372zM25.2 54.457c-12.429 0-22.457-10.2-22.457-22.457C2.743 20.257 12 10.486 23.57 9.543h.515V32c0 .686.428 1.371 1.371 1.371h22.457v.429C46.714 45.2 37.03 54.457 25.2 54.457z"
            ></path>
            <path
                fill="#6C3BFF"
                d="M50.143 9.2C45.343 3.714 38.57.8 31.37.8 30.686.8 30 1.229 30 2.171v23.743c0 .686.428 1.372 1.371 1.372h23.743c.686 0 1.372-.686 1.372-1.372C56.228 19.571 54 13.743 50.143 9.2zM48.086 11c3.171 3.6 5.228 8.4 5.657 13.371v.429H32.486V3.543h.428c5.914.171 11.314 2.914 15.172 7.457z"
            ></path>
        </svg>
    );
};