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

function Check(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="M14.136 3.157a.5.5 0 01.783.616l-.056.071-8.5 9a.5.5 0 01-.665.056l-.07-.064-4.5-5a.5.5 0 01.677-.73l.066.061 4.136 4.596 8.129-8.605z" />
    </svg>
  );
}

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