// Generated by script, don't edit it please.
import * as React from 'react';

function Undo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.854.146a.5.5 0 01.058.638l-.058.069-3.172 3.17 2.831.101A11.926 11.926 0 0116 15.475a.5.5 0 11-.999.047A10.926 10.926 0 004.765 5.137l-.288-.014-2.744-.098 3.121 3.12a.5.5 0 01-.638.765l-.069-.058-4-4a.5.5 0 010-.707l4-4a.5.5 0 01.707 0z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Undo);
export default ForwardRef;
