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

function CircleThin(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="M13.714 4.571C7.41 4.571 2.285 9.696 2.285 16S7.41 27.429 13.714 27.429 25.143 22.304 25.143 16 20.018 4.571 13.714 4.571zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286c7.571 0 13.714 6.143 13.714 13.714z" />
    </svg>
  );
}

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