/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RotateRightIcon: 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='M19.024 4a.976.976 0 0 0-.975.976V6.52l-.11-.11A8.54 8.54 0 0 0 12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8a8.03 8.03 0 0 0 7.703-5.83.98.98 0 0 0-.085-.742.982.982 0 0 0-1.327-.375.96.96 0 0 0-.46.586 6.07 6.07 0 0 1-5.823 4.41A6.06 6.06 0 0 1 5.959 12a6.06 6.06 0 0 1 6.049-6.049c1.701 0 3.325.656 4.573 1.85l.102.101h-1.545a.976.976 0 0 0 0 1.952h3.902q.188.002.375-.078a.98.98 0 0 0 .53-.531c.047-.117.078-.242.078-.375V4.976A.976.976 0 0 0 19.048 4z' />
    </g>
  </svg>
);
export default RotateRightIcon;
