/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EditUndoIcon: 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='M8.465 18.882a1 1 0 1 1 0-2h6.1q1.575 0 2.737-1t1.163-2.5-1.163-2.5-2.737-1h-6.3l1.9 1.9a.99.99 0 0 1-1.4 1.4l-4.3-4.3 4.3-4.3a.99.99 0 1 1 1.4 1.4l-1.9 1.9h6.3q2.425 0 4.162 1.575 1.738 1.576 1.738 3.925 0 2.35-1.738 3.925t-4.162 1.575z' />
    </g>
  </svg>
);
export default EditUndoIcon;
