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/shape-divider/src/icon.js
export default function () {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="60"
            height="60"
            fill="none"
            viewBox="0 0 60 60"
        >
            <path
                fill="#6C3BFF"
                d="M59.2 44.2c-.4 0-.8-.3-.8-.8 0-1.9-.7-3.6-2.1-5-1.3-1.3-3.1-2.1-5-2.1-.4 0-.9 0-1.3.1s-.7-.1-.8-.5c-1.1-3.3-4.2-5.4-7.6-5.5-1.2 0-2.4.3-3.4.8-.3.2-.7.1-.9-.2-4.1-5.1-11.6-5.9-16.7-1.9-1.6 1.3-2.9 3-3.6 4.9-.1.2-.2.3-.4.4-.2.1-.4.1-.6 0-2.4-1.2-5.1-1.4-7.6-.6-2.5.8-4.6 2.6-5.8 5-.7 1.4-1.1 2.9-1.1 4.5 0 .4-.3.8-.7.8-.4 0-.7-.3-.8-.7V15.9c0-.4.3-.8.8-.8h58.3c.4 0 .8.3.8.8v27.5c0 .4-.3.8-.7.8zm-7.8-9.3c2.3 0 4.4.9 6 2.5.4.4.7.8 1 1.2V16.7H1.6v21.1C3 35.3 5.2 33.5 8 32.6c2.6-.9 5.5-.8 8 .3.9-1.8 2.2-3.5 3.8-4.8 5.6-4.5 13.7-3.7 18.4 1.6 1.1-.5 2.3-.7 3.5-.7 3.9 0 7.3 2.4 8.8 5.9h.9z"
            ></path>
        </svg>
    );
}