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

function VerifyRound(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 0zM5.555 7.168a1.001 1.001 0 00-1.11 1.664L6.197 10l-1.752 1.168a1 1 0 101.11 1.664l3-2a1 1 0 000-1.664zm4.89-4l-3 2a1 1 0 000 1.664l3 2a1.001 1.001 0 001.11-1.664L9.803 6l1.752-1.168a1 1 0 10-1.11-1.664z" />
    </svg>
  );
}

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