export const IntegrationIcon = () => {
    return (
        <span className="anticon">
            <svg
                width="20"
                height="20"
                viewBox="0 0 20 20"
                fill="none"
                xmlns="http://www.w3.org/2000/svg"
            >
                <path
                    d="M15.9665 11.6997L11.7065 15.9597C10.7732 16.893 9.23985 16.893 8.29985 15.9597L4.03984 11.6997C3.10651 10.7663 3.10651 9.23302 4.03984 8.29302L8.29985 4.03301C9.23319 3.09967 10.7665 3.09967 11.7065 4.03301L15.9665 8.29302C16.8999 9.23302 16.8999 10.7663 15.9665 11.6997Z"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M6.16699 6.16699L13.8337 13.8337"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
                <path
                    d="M13.8337 6.16699L6.16699 13.8337"
                    stroke="#6B7280"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                />
            </svg>
        </span>
    );
};
