/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CaretLeftIcon: 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='m11.098 11.702 3.9 3.9a.99.99 0 1 1-1.4 1.4L9.005 12.41a1 1 0 0 1 0-1.414l4.593-4.593a.99.99 0 1 1 1.4 1.4z' />
    </g>
  </svg>
);
export default CaretLeftIcon;
