Honestly, once demuxed, R1 and R2 files contain the I1 and I2 content thus making I1/I2 files unnecessary. Even the latest 10X flex protocol doesn't need the I1/I2 post demux.
It would help you to find out from SRR file description what exactly is present in the repository, as that will make it easier to understand. Beyond that, looking through file headers should also give an answer as paired-end reads will have the same headers. "Left" reads will likely have either :1 or /1 in their headers, while "right" reads will have either :2 or /2. Simply typing head file (where file should be replaced by an actual name) might give you enough information to match the reads.
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.
Honestly, once demuxed, R1 and R2 files contain the I1 and I2 content thus making I1/I2 files unnecessary. Even the latest 10X flex protocol doesn't need the I1/I2 post demux.