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

function CheckSquare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.232 23.196l10.964-10.964a1.132 1.132 0 000-1.607l-1.821-1.821a1.132 1.132 0 00-1.607 0l-8.339 8.339-3.768-3.768a1.132 1.132 0 00-1.607 0l-1.821 1.821a1.132 1.132 0 000 1.607l6.393 6.393a1.132 1.132 0 001.607 0zM27.429 7.429v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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