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

function CheckRound(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 0zm4.707 4.293a.999.999 0 00-1.414 0L6 9.586 3.707 7.293a.999.999 0 10-1.414 1.414l3 3a.999.999 0 001.414 0l6-6a.999.999 0 000-1.414z" />
    </svg>
  );
}

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