/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EditRedoIcon: 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='M9.9 19q-2.425 0-4.163-1.575Q4 15.85 4 13.5t1.737-3.925T9.9 8h6.3l-1.9-1.9a.99.99 0 1 1 1.4-1.4l3.593 3.593a1 1 0 0 1 0 1.414L15.7 13.3a.99.99 0 1 1-1.4-1.4l1.9-1.9H9.9q-1.575 0-2.738 1Q6 12 6 13.5T7.162 16q1.164 1 2.738 1H16a1 1 0 1 1 0 2z' />
    </g>
  </svg>
);
export default EditRedoIcon;
