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/flipbox/src/icon.js
export const FlipboxIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="55"
            height="60"
            fill="none"
            viewBox="0 0 55 60"
        >
            <path
                fill="#6C3BFF"
                d="M53.314.343h-.257L8.143 7.286c-.772.257-1.286.685-1.286 1.285V52.03c0 .514.429 1.028 1.286 1.285l45 7.029h.086c.171 0 .342-.086.514-.172.086-.085.171-.085.343-.171l.085-.086v-.085c0-.086 0-.086.086-.172.086-.171.172-.343.172-.6V1.714c0-.857-.429-1.371-1.115-1.371zM51.771 57L9.257 51.257v-42l42.514-5.914V57z"
            ></path>
            <path
                fill="#6C3BFF"
                d="M14.914 29.057h9.857c.686 0 1.286-.6 1.286-1.285 0-.686-.686-1.115-1.286-1.115L14.914 27c-.6 0-1.285.429-1.285 1.114 0 .429.6.943 1.285.943zM31.286 28.8c.514 0 .685-.257.857-.6.171-.171.428-.429.428-.857 0-.257-.257-.686-.428-.857-.257-.257-.514-.257-.857-.257-.257 0-.686.257-.857.428-.172.172-.429.6-.429.857 0 .429.257.686.429.857.171.258.6.429.857.429zM20.314 33.857c0 .429.6 1.114 1.286 1.114l23.486 1.115c.171 0 .343-.086.514-.172.086-.085.171-.085.429-.257.171-.171.428-.6.428-1.028 0-.858-.686-1.458-1.286-1.458l-23.485-.342c-.686-.086-1.372.342-1.372 1.028zM15.857 33c-.086 0-.171 0-.257-.086-.171-.085-.343-.171-.6-.171-.429 0-.6 0-.857.257l-.086.086v.085c0 .086 0 .172-.086.172-.085.086-.085.257-.085.343 0 .171 0 .428.257.685.171.172.428.429.857.429.171 0 .686 0 .943-.514 0-.086 0-.172.086-.172.085-.085.085-.257.085-.343.086-.257.086-.514-.257-.771zM1.8 11.657c-.171 0-.257 0-.343.086l-.428.171C.429 12.343 0 12.943 0 13.543v33.943c0 .6.343 1.2 1.029 1.628H1.2c.086.086.257.086.343.086.343 0 .771-.257.943-.771v-36c.085-.515-.343-.772-.686-.772z"
            ></path>
        </svg>
    );
};