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

function CircleONotch(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M31.429 16c0 8.518-6.911 15.429-15.429 15.429S.571 24.518.571 16C.571 8.25 6.285 1.839 13.714.732v4.071C8.5 5.857 4.571 10.482 4.571 15.999c0 6.304 5.125 11.429 11.429 11.429s11.429-5.125 11.429-11.429c0-5.518-3.929-10.143-9.143-11.196V.732C25.715 1.839 31.429 8.25 31.429 16z" />
    </svg>
  );
}

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