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

function ReviewPass(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="M4.863 8.921l.281-1.464-1.196-2.452-.632.007a2 2 0 111.54-.751l.782.624a2.999 2.999 0 10-5.04-.558 2.998 2.998 0 002.729 1.685L4.33 8.069.606 9.885c-.425.208-.668.912-.46 1.337l.438.899c.438.899 1.776 1.359 2.674.921l.899-.438-.438-.899-.899.438c-.402.196-1.141-.058-1.337-.46l-.438-.899 3.819-1.863zM1.5 15h9a.5.5 0 010 1h-9a.5.5 0 010-1z" />
      <path d="M15.909 11.042a6 6 0 11-4.867-6.951.5.5 0 11-.173.985 5 5 0 00-5.792 4.056 5 5 0 109.848 1.736.5.5 0 11.985.173z" />
      <path d="M9.55 11.673l5.57-6.499a.5.5 0 11.759.651l-5.991 6.989a.532.532 0 01-.175.137.502.502 0 01-.433-.002l-.012-.006a.528.528 0 01-.163-.135c-.011-.013-.02-.027-.029-.041l-1.993-2.99a.5.5 0 11.832-.554l1.634 2.451z" />
    </svg>
  );
}

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