HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/form/src/icons/contact.js
const ContactFormIcon = () => (
    <svg
        xmlns="http://www.w3.org/2000/svg"
        width={94}
        height={90}
        fill="none"
    >
        <g clipPath="url(#a)">
            <path
                fill="#EAEAEE"
                d="M89.461 0H4.205C1.912 0 0 1.912 0 4.205v7.073c0 2.294 1.912 4.206 4.205 4.206h85.256c2.294 0 4.206-1.912 4.206-4.206V4.205C93.667 1.912 91.755 0 89.46 0Z"
            />
            <path
                fill="#E6E6E8"
                d="M89.461 73.978H61.61c-2.294 0-4.206 1.911-4.206 4.205v7.073c0 2.294 1.912 4.205 4.206 4.205H89.46c2.294 0 4.206-1.911 4.206-4.205v-7.073c0-2.294-1.912-4.205-4.206-4.205Z"
            />
            <path
                fill="#EAEAEE"
                d="M89.461 40.525H4.205C1.912 40.525 0 42.437 0 44.731v20.262C0 67.287 1.912 69.2 4.205 69.2h85.256c2.294 0 4.206-1.912 4.206-4.206V44.731c0-2.294-1.912-4.206-4.206-4.206ZM89.461 20.263H4.205A4.205 4.205 0 0 0 0 24.468v7.073a4.205 4.205 0 0 0 4.205 4.205h85.256a4.205 4.205 0 0 0 4.206-4.205v-7.073a4.205 4.205 0 0 0-4.206-4.205Z"
            />
        </g>
        <defs>
            <clipPath id="a">
                <path fill="#fff" d="M0 0h93.667v89.461H0z" />
            </clipPath>
        </defs>
    </svg>
)
export default ContactFormIcon