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

function ChevronCircleRight(
  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="M12.804 24.911l8.107-8.107a1.132 1.132 0 000-1.607L12.804 7.09a1.132 1.132 0 00-1.607 0L9.376 8.911a1.132 1.132 0 000 1.607L14.858 16l-5.482 5.482a1.132 1.132 0 000 1.607l1.821 1.821a1.132 1.132 0 001.607 0zM27.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(ChevronCircleRight);
export default ForwardRef;
