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

function ArrowCircleOLeft(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="M20.571 14.286v3.429a.587.587 0 01-.571.571h-6.286v3.429c0 .321-.25.571-.571.571a.656.656 0 01-.429-.179l-5.696-5.696c-.107-.107-.161-.268-.161-.411s.054-.304.161-.411l5.714-5.714a.597.597 0 01.411-.161c.304 0 .571.268.571.571v3.429H20c.304 0 .571.268.571.571zM23.429 16c0-5.357-4.357-9.714-9.714-9.714S4.001 10.643 4.001 16s4.357 9.714 9.714 9.714 9.714-4.357 9.714-9.714zm4 0c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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