// 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 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.941 9.894l7.653-7.653a.823.823 0 111.165 1.165l-8.235 8.235a.82.82 0 01-1.164 0L.242 7.523a.823.823 0 111.165-1.165l3.535 3.535z" />
    </svg>
  );
}

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