HEX
Server: Apache
System: Linux www 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64
User: root (0)
PHP: 8.2.1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals
Upload Files
File: /mnt/drbd/www/edenhouse/wp-content/plugins/essential-blocks/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>
    );
};