export const Icon = () => {
    return (
        <svg
            width="64"
            height="64"
            viewBox="0 0 128 128"
            fill="none"
            xmlns="http://www.w3.org/2000/svg">
            <g clip-path="url(#clip0_1_3)">
                <path fill-rule="evenodd" clip-rule="evenodd" d="M64 128c35.347 0 64-28.653 64-64S99.347 0 64 0 0 28.653 0 64s28.653 64 64 64zM41.373 86.627A32 32 0 0132 64h12.8a19.2 19.2 0 1038.4 0H96a32 32 0 01-54.627 22.627z" fill="url(#grad1)"/>
            </g>
            <defs>
                <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
                    <stop offset="0%" stop-color="#3caa5a"/>
                    <stop offset="100%" stop-color="#73d36c"/>
                </linearGradient>
            </defs>
        </svg>

    );
};
