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/social/src/icon.js
export const SocialIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="60"
            height="57"
            fill="none"
            viewBox="0 0 60 57"
        >
            <path
                fill="#6C3BFF"
                fillRule="evenodd"
                d="M3.182 56.857c-1.727 0-3.182-1.371-3.182-3V3.286c0-1.629 1.455-3 3.182-3h53.545c1.819 0 3.273 1.371 3.273 3v50.571c0 1.629-1.455 3-3.182 3H3.182zM5.545 3.114C4.182 3.114 3 4.143 3 5.514v46.543c0 1.114.91 1.972 2.09 1.972h49.364c1.364 0 2.546-1.029 2.546-2.4V5.257c0-1.2-1-2.143-2.273-2.143H5.545zM23.273 33h-6.455a.925.925 0 00-.635.243c-.15.141-.183.273-.183.357v6.086c0 .084.034.216.183.356.15.142.374.244.635.244h6.455c.26 0 .484-.102.635-.244.149-.14.183-.272.183-.356v-5.998a.717.717 0 00-.217-.477c-.117-.11-.309-.211-.601-.211zm3.818.6v6.086c0 1.971-1.727 3.6-3.818 3.6h-6.455c-2.09 0-3.818-1.629-3.818-3.6V33.6c0-1.971 1.727-3.6 3.818-3.6h6.455c2.09 0 3.727 1.543 3.818 3.6zM16.818 17h6.455c.292 0 .484.102.6.211a.717.717 0 01.218.477v5.998c0 .084-.034.216-.183.356a.925.925 0 01-.635.244h-6.455a.925.925 0 01-.635-.244c-.15-.14-.183-.272-.183-.356V17.6c0-.084.034-.216.183-.357a.925.925 0 01.635-.243zm10.273 6.686V17.6C27 15.543 25.364 14 23.273 14h-6.455C14.728 14 13 15.629 13 17.6v6.086c0 1.971 1.727 3.6 3.818 3.6h6.455c2.09 0 3.818-1.629 3.818-3.6zM42.273 33h-6.455a.925.925 0 00-.635.243c-.15.141-.183.273-.183.357v6.086c0 .084.034.216.183.356.15.142.374.244.635.244h6.455c.26 0 .484-.102.635-.244.149-.14.183-.272.183-.356v-5.998a.717.717 0 00-.217-.477c-.117-.11-.309-.211-.601-.211zm3.818.6v6.086c0 1.971-1.727 3.6-3.818 3.6h-6.455c-2.09 0-3.818-1.629-3.818-3.6V33.6c0-1.971 1.727-3.6 3.818-3.6h6.455c2.09 0 3.727 1.543 3.818 3.6zM35.818 17h6.455c.292 0 .484.102.6.211a.717.717 0 01.218.477v5.998c0 .084-.034.216-.183.356a.925.925 0 01-.635.244h-6.455a.925.925 0 01-.635-.244c-.15-.14-.183-.272-.183-.356V17.6c0-.084.034-.216.183-.357a.925.925 0 01.635-.243zm10.273 6.686V17.6C46 15.543 44.364 14 42.273 14h-6.455C33.728 14 32 15.629 32 17.6v6.086c0 1.971 1.727 3.6 3.818 3.6h6.455c2.09 0 3.818-1.629 3.818-3.6z"
                clipRule="evenodd"
            ></path>
        </svg>
    );
};