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/feature-list/src/icon.js
const featureListIcon = () => {
    return (
        <svg
            xmlns="http://www.w3.org/2000/svg"
            width="60"
            height="60"
            fill="none"
            viewBox="0 0 60 60"
        >
            <path
                fill="#6C3BFF"
                d="M27.9 19.125h11.775c.6 0 1.05-.375 1.05-1.05 0-.6-.375-1.05-1.05-1.05H27.9c-.6 0-1.05.375-1.05 1.05 0 .6.6 1.05 1.05 1.05zM47.4 22.125H31.725c-.6 0-1.05.375-1.05 1.05 0 .6.375 1.05 1.05 1.05H47.4c.6 0 1.05-.375 1.05-1.05-.075-.6-.45-1.05-1.05-1.05zM27.225 22.35c-.225.375-.225.6-.225.825 0 .225.225.375.225.6.225.225.375.225.6.225.225 0 .375-.225.6-.225.225-.225.225-.375.225-.6 0-.225-.225-.375-.225-.6-.15-.45-.75-.45-1.2-.225zM17.1 16.275c-2.625 0-4.875 2.25-4.875 4.875s2.25 4.875 4.875 4.875 4.875-2.25 4.875-4.875c.225-2.7-2.025-4.875-4.875-4.875zm0 7.875c-1.65 0-2.85-1.2-2.85-2.85 0-1.65 1.2-2.85 2.85-2.85 1.65 0 2.85 1.2 2.85 2.85.15 1.425-1.275 2.85-2.85 2.85zM27.9 38.025h10.575c.6 0 1.05-.375 1.05-1.05 0-.6-.375-1.05-1.05-1.05H27.9c-.6 0-1.05.375-1.05 1.05 0 .6.6 1.05 1.05 1.05zM47.4 41.025H31.725c-.6 0-1.05.375-1.05 1.05s.375 1.05 1.05 1.05H47.4c.6 0 1.05-.375 1.05-1.05s-.45-1.05-1.05-1.05zM27.225 41.25c-.225.375-.225.6-.225.825 0 .225.225.375.225.6.225.225.375.225.6.225.225 0 .375-.225.6-.225.225-.225.225-.375.225-.6 0-.225-.15-.375-.15-.6-.225-.45-.825-.45-1.275-.225zM17.1 35.175c-2.625 0-4.875 2.25-4.875 4.875s2.25 4.875 4.875 4.875 4.875-2.25 4.875-4.875-2.025-4.875-4.875-4.875zm0 7.95c-1.65 0-2.85-1.2-2.85-2.85 0-1.65 1.2-2.85 2.85-2.85 1.65 0 2.85 1.2 2.85 2.85.15 1.425-1.275 2.85-2.85 2.85z"
            ></path>
            <path
                fill="#6C3BFF"
                d="M0 52.425c0 2.625 2.025 4.65 4.65 4.65h50.625c2.625 0 4.65-2.025 4.65-4.65V6.45c0-2.625-2.025-4.65-4.65-4.65H4.65C2.025 1.8 0 3.825 0 6.45v45.975zM2.475 6.45c0-1.2 1.05-2.475 2.475-2.475H55.5c1.2 0 2.475 1.05 2.475 2.475v45.975c0 1.2-1.05 2.475-2.475 2.475H4.65c-1.2 0-2.475-1.05-2.475-2.475l.3-45.975z"
            ></path>
        </svg>
    );
};

export default featureListIcon;