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/image-comparison/src/icon.js
export const ImageComparisonIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="57"
            height="60"
            fill="none"
            viewBox="0 0 57 60"
        >
            <path
                fill="#6C3BFF"
                d="M55.114.343H1.371C.6.343 0 .943 0 1.714v56.572c0 .771.6 1.371 1.371 1.371H55.2c.771 0 1.371-.6 1.371-1.371v-56.4c-.085-.6-.685-1.543-1.457-1.543zM2.657 56.914V3.171h24.257V15H16.371C15.6 15 15 15.6 15 16.371v25.8c0 .772.6 1.372 1.371 1.372H26.83v13.543l-24.172-.172zM29.571 37.2c.172 0 .343.171.6.171.343 0 .6-.171.772-.342l8.4-8.4 6.514 6.514v6H29.4v-4.029s.171 0 .171.086zm10.715-10.886c-.172-.171-.6-.343-.772-.343-.343 0-.6.172-.771.343l-8.572 8.4-.6-.6V17.486h16.372V31.97l-5.657-5.657zM26.914 41.4H17.4V17.314h9.514V41.4zM53.83 4.2V57H29.57V43.457h17.4c.772 0 1.372-.6 1.372-1.371V16.543c0-.772-.6-1.372-1.372-1.372h-17.4V3.43H53.83V4.2z"
            ></path>
            <path
                fill="#6C3BFF"
                d="M34.714 20.229c-1.543 0-2.657 1.114-2.657 2.657s1.114 2.657 2.657 2.657 2.657-1.114 2.657-2.657-1.114-2.657-2.657-2.657z"
            ></path>
        </svg>
    );
};