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/blank.js
const BlankIcon = () => (
    <svg
        xmlns="http://www.w3.org/2000/svg"
        width={93}
        height={80}
        fill="none"
    >
        <g clipPath="url(#a)">
            <path
                fill="#E6E6E8"
                d="M88.826 65.758H3.981a3.651 3.651 0 0 0-3.648 3.648v5.98a3.652 3.652 0 0 0 3.648 3.648h84.845a3.651 3.651 0 0 0 3.648-3.648v-5.98a3.651 3.651 0 0 0-3.648-3.648Z"
            />
            <path
                fill="#EAEAEE"
                d="M88.807 0H4A3.684 3.684 0 0 0 .333 3.667v54.062A3.684 3.684 0 0 0 4 61.396h84.807a3.684 3.684 0 0 0 3.667-3.667V3.667A3.684 3.684 0 0 0 88.807 0Z"
            />
            <path
                fill="#fff"
                d="M44.523 28.827V17.544h3.761v11.283h11.283v3.76H48.284V43.87h-3.76V32.588H33.24v-3.761h11.282Z"
            />
        </g>
        <defs>
            <clipPath id="a">
                <path fill="#fff" d="M.333 0h92.141v79.053H.334z" />
            </clipPath>
        </defs>
    </svg>
)
export default BlankIcon