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

function History(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 16c0 7.554-6.161 13.714-13.714 13.714a13.688 13.688 0 01-10.554-4.946.593.593 0 01.036-.768l2.446-2.464a.687.687 0 01.446-.161.584.584 0 01.411.214 9.04 9.04 0 007.214 3.554c5.036 0 9.143-4.107 9.143-9.143s-4.107-9.143-9.143-9.143A9.094 9.094 0 007.5 9.303l2.446 2.464a1.1 1.1 0 01.25 1.232 1.144 1.144 0 01-1.054.714h-8A1.151 1.151 0 01-.001 12.57v-8c0-.464.286-.875.714-1.054a1.1 1.1 0 011.232.25L4.266 6.07c2.518-2.375 5.929-3.786 9.446-3.786 7.554 0 13.714 6.161 13.714 13.714zM16 10.857v8c0 .321-.25.571-.571.571H9.715a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571h4v-6.286c0-.321.25-.571.571-.571h1.143c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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