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/button/src/icon.js
export const ButtonIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="68"
            height="33"
            fill="none"
            viewBox="0 0 68 33"
        >
            <path
                fill="#6C3BFF"
                fillRule="evenodd"
                d="M6.1 3.579c-1.557 0-2.45 1.04-2.45 1.907v22.628c0 .867.893 1.907 2.45 1.907h55.8c1.514 0 2.478-1.013 2.55-1.95V5.486c0-.867-.893-1.907-2.45-1.907H6.1zM.95 5.486C.95 2.752 3.457.879 6.1.879H62c2.643 0 5.15 1.873 5.15 4.607v22.666l-.002.037c-.148 2.654-2.58 4.532-5.248 4.532H6.1c-2.643 0-5.15-1.873-5.15-4.607V5.486z"
                clipRule="evenodd"
            ></path>
            <path
                fill="#6C3BFF"
                fillRule="evenodd"
                d="M13.85 16.8c0-.746.604-1.35 1.35-1.35h35.1a1.35 1.35 0 110 2.7H15.2a1.35 1.35 0 01-1.35-1.35z"
                clipRule="evenodd"
            ></path>
        </svg>
    );
};