/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ExtendLeftIcon: 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>
      <g>
        <path d='M5.825 13H15q.424 0 .713-.287A.97.97 0 0 0 16 12a.97.97 0 0 0-.287-.713A.97.97 0 0 0 15 11H5.825L8.7 8.1a.98.98 0 0 0 .288-.687A.93.93 0 0 0 8.7 6.7a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275l-4.6 4.6q-.15.15-.212.325a1.1 1.1 0 0 0-.063.375q0 .2.063.375a.9.9 0 0 0 .212.325l4.6 4.6a.93.93 0 0 0 .688.275q.412 0 .712-.275.3-.3.3-.713 0-.412-.3-.712zM20 18a.97.97 0 0 1-.712-.288A.97.97 0 0 1 19 17V7q0-.424.288-.713A.97.97 0 0 1 20 6q.424 0 .712.287Q21 6.576 21 7v10q0 .424-.288.712A.97.97 0 0 1 20 18' />
      </g>
    </g>
  </svg>
);
export default ExtendLeftIcon;
