export const SendIcon = () => {
    return (
        <svg
            width="20"
            height="20"
            viewBox="0 0 20 20"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
        >
            <path
                d="M6.93313 6.21344L12.5931 4.32677C15.1331 3.4801 16.5131 4.86677 15.6731 7.40677L13.7865 13.0668C12.5198 16.8734 10.4398 16.8734 9.17313 13.0668L8.61312 11.3868L6.93313 10.8268C3.12646 9.5601 3.12646 7.48677 6.93313 6.21344Z"
                stroke="#6B7280"
                stroke-width="1.5"
                stroke-linecap="round"
                stroke-linejoin="round"
            />
            <path
                d="M8.74023 11.1001L11.1269 8.70679"
                stroke="#6B7280"
                stroke-width="1.5"
                stroke-linecap="round"
                stroke-linejoin="round"
            />
        </svg>
    );
};
