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/column/src/icon.js
export const ColumnIcon = () => (
    <svg
        xmlns="http://www.w3.org/2000/svg"
        width="60"
        height="60"
        fill="none"
        viewBox="0 0 60 60"
    >
        <path
            fill="#6C3BFF"
            fillRule="evenodd"
            d="M3.4 4.462c0-.587.475-1.062 1.062-1.062h15.03v53.385H4.462A1.061 1.061 0 013.4 55.723V4.462zm18.492 52.323h16.6V3.4h-16.6v53.385zm19-53.385v53.385h14.831c.586 0 1.062-.476 1.062-1.062V4.462c0-.587-.476-1.062-1.062-1.062h-14.83zM4.462 1A3.462 3.462 0 001 4.462v51.261a3.462 3.462 0 003.462 3.462h51.261a3.462 3.462 0 003.462-3.462V4.462A3.462 3.462 0 0055.723 1H4.462z"
            clipRule="evenodd"
        ></path>
    </svg>
);