/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RotateLeftIcon: 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='M4.976 4c.538 0 .975.437.975.976V6.52l.11-.11A8.54 8.54 0 0 1 12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8a8.03 8.03 0 0 1-7.703-5.83.98.98 0 0 1 .085-.742.982.982 0 0 1 1.327-.375c.227.125.39.336.46.586a6.07 6.07 0 0 0 5.823 4.41A6.06 6.06 0 0 0 18.041 12a6.06 6.06 0 0 0-6.049-6.049 6.6 6.6 0 0 0-4.573 1.85l-.102.101h1.545a.976.976 0 0 1 0 1.952H4.96a.9.9 0 0 1-.375-.078.98.98 0 0 1-.53-.531 1 1 0 0 1-.078-.375V4.976c0-.539.437-.976.975-.976z' />
    </g>
  </svg>
);
export default RotateLeftIcon;
