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/google-map/src/icon.js
export const GoogleMapIcon = () => {
    return (
        <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="M24.036 30.495c0 3.56 2.904 6.463 6.463 6.463s6.463-2.904 6.463-6.463-2.904-6.462-6.463-6.462-6.463 2.903-6.463 6.462zm6.463 4.463a4.476 4.476 0 01-4.463-4.463 4.476 4.476 0 014.463-4.462 4.476 4.476 0 014.463 4.462 4.476 4.476 0 01-4.463 4.463z"
                clipRule="evenodd"
            ></path>
            <path
                fill="#6C3BFF"
                fillRule="evenodd"
                d="M30.499 51.202c1.071 0 2.053-.491 2.767-1.295 3.704-4.507 9.951-12.986 9.728-19.456C42.771 23.444 37.282 18 30.5 18c-6.783 0-12.272 5.444-12.495 12.45-.179 6.471 6.024 14.995 9.728 19.457a3.632 3.632 0 002.767 1.295zm10.496-20.688v.006c.092 2.655-1.173 5.984-3.128 9.402-1.907 3.335-4.3 6.467-6.118 8.681-.375.41-.822.599-1.25.599-.472 0-.936-.223-1.23-.574-1.812-2.184-4.208-5.33-6.119-8.685-1.948-3.422-3.22-6.768-3.147-9.433C20.195 24.535 24.846 20 30.499 20c5.654 0 10.306 4.537 10.496 10.514z"
                clipRule="evenodd"
            ></path>
            <path
                fill="#6C3BFF"
                d="M6.25 7.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM10 7.5A1.25 1.25 0 1010 5a1.25 1.25 0 000 2.5zM15 6.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"
            ></path>
            <path
                fill="#6C3BFF"
                fillRule="evenodd"
                d="M56.25 0H3.75A3.75 3.75 0 000 3.75v52.5A3.75 3.75 0 003.75 60h52.5A3.75 3.75 0 0060 56.25V3.75A3.75 3.75 0 0056.25 0zM2.5 56.25V12.5h55v43.75a1.25 1.25 0 01-1.25 1.25H3.75a1.25 1.25 0 01-1.25-1.25zm55-52.5V10h-55V3.75A1.25 1.25 0 013.75 2.5h52.5a1.25 1.25 0 011.25 1.25z"
                clipRule="evenodd"
            ></path>
        </svg>
    );
};