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

function ReadyRound(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8 0a8 8 0 110 16A8 8 0 018 0zM6.6 4.2a1 1 0 00-1.2 1.6L8.333 8 5.4 10.2a1 1 0 001.2 1.6l4-3a1 1 0 000-1.6z" />
    </svg>
  );
}

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