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

function ArrowCircleRight(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.946 16c0-.304-.107-.589-.321-.804l-8.089-8.089c-.214-.214-.5-.321-.804-.321s-.589.107-.804.321l-1.625 1.625c-.214.214-.321.5-.321.804s.107.589.321.804l3.375 3.375H5.714c-.625 0-1.143.518-1.143 1.143v2.286c0 .625.518 1.143 1.143 1.143h8.964l-3.375 3.375c-.214.214-.339.5-.339.804s.125.589.339.804l1.625 1.625c.214.214.5.321.804.321s.589-.107.804-.321l8.089-8.089c.214-.214.321-.5.321-.804zm4.483 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(ArrowCircleRight);
export default ForwardRef;
