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

function Verify(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="M1.766 4.077l.072.055 6 5.5a.5.5 0 01.064.666l-.064.071-6 5.5a.499.499 0 01-.736-.671l.061-.067 5.598-5.132-5.598-5.13a.5.5 0 01-.085-.635l.055-.072a.5.5 0 01.635-.085zm12.468-4a.501.501 0 01.635.086l.055.072a.502.502 0 01-.085.635L9.241 6l5.598 5.132.061.067a.5.5 0 01-.736.671l-6-5.5-.064-.071a.5.5 0 01.064-.666l6-5.5z" />
    </svg>
  );
}

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