/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RotateReverseIcon: 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.006 10.037c-.137 0-.266-.033-.386-.08l.008.007a1.01 1.01 0 0 1-.548-.547A.95.95 0 0 1 4 9.03V5.006a1.006 1.006 0 0 1 2.012.008v1.594l.105-.105A8.83 8.83 0 0 1 12.25 4c4.129 0 7.646 3.083 8.177 7.172a6 6 0 0 1 .04.362 1.003 1.003 0 0 1-.917 1.086h-.08c-.523 0-.966-.402-1.006-.925q-.007-.067-.016-.133t-.017-.133c-.402-3.09-3.058-5.417-6.181-5.417a6.81 6.81 0 0 0-4.725 1.924l-.088.088H9.03a1.006 1.006 0 0 1 0 2.013zM19.848 14.536c.25.104.443.298.547.547.057.12.08.258.08.386v4.025a1.006 1.006 0 0 1-2.011 0V17.9l-.105.105c-1.666 1.61-3.84 2.503-6.133 2.503-4.137 0-7.655-3.083-8.186-7.171a6 6 0 0 1-.04-.363 1.003 1.003 0 0 1 .918-1.086 1 1 0 0 1 1.086.917q.006.067.016.133t.016.133c.403 3.09 3.059 5.417 6.182 5.417a6.81 6.81 0 0 0 4.724-1.924l.089-.088h-1.594a1.006 1.006 0 0 1 0-2.013h4.04c.13 0 .25.025.371.073' />
      </g>
    </g>
  </svg>
);
export default RotateReverseIcon;
