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

function ArrowCircleLeft(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="M22.857 17.143v-2.286c0-.625-.518-1.143-1.143-1.143H12.75l3.375-3.375c.214-.214.339-.5.339-.804s-.125-.589-.339-.804L14.5 7.106c-.214-.214-.5-.321-.804-.321s-.589.107-.804.321l-8.089 8.089c-.214.214-.321.5-.321.804s.107.589.321.804l8.089 8.089c.214.214.5.321.804.321s.589-.107.804-.321l1.625-1.625c.214-.214.321-.5.321-.804s-.107-.589-.321-.804l-3.375-3.375h8.964c.625 0 1.143-.518 1.143-1.143zM27.429 16c0 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(ArrowCircleLeft);
export default ForwardRef;
