/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const BackListIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M20 10.975q0 1.775-1.187 3.05T15.85 15.45l.85-.85a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275l-2.6 2.6q-.3.3-.3.7t.3.7l2.6 2.6a.95.95 0 0 0 .7.275.95.95 0 0 0 .7-.275.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7l-.9-.9q2.625-.15 4.412-2.025Q22 13.6 22 11q0-2.725-1.887-4.612T15.5 4.5H13a.97.97 0 0 0-.713.287A.97.97 0 0 0 12 5.5q0 .424.287.713.288.287.713.287h2.5q1.875 0 3.188 1.3Q20 9.1 20 10.975M9 15.5H3a.97.97 0 0 0-.712.287A.97.97 0 0 0 2 16.5q0 .424.288.712.287.288.712.288h6q.424 0 .713-.288A.97.97 0 0 0 10 16.5a.97.97 0 0 0-.287-.713A.97.97 0 0 0 9 15.5M9 10H3a.97.97 0 0 0-.712.287A.97.97 0 0 0 2 11q0 .424.288.713Q2.575 12 3 12h6q.424 0 .713-.287A.97.97 0 0 0 10 11a.97.97 0 0 0-.287-.713A.97.97 0 0 0 9 10m0-5.5H3a.97.97 0 0 0-.712.287A.97.97 0 0 0 2 5.5q0 .424.288.713.287.287.712.287h6q.424 0 .713-.287A.97.97 0 0 0 10 5.5a.97.97 0 0 0-.287-.713A.97.97 0 0 0 9 4.5' />
    </g>
  </svg>
);
export default BackListIcon;
