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

function Check2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.095 17.886v6.119c0 1.527-.542 2.832-1.625 3.915s-2.391 1.627-3.915 1.627H5.544c-1.527 0-2.83-.544-3.915-1.627S.002 25.531.002 24.005V7.996c0-1.529.542-2.832 1.625-3.918 1.086-1.083 2.391-1.625 3.918-1.625h16.011c.809 0 1.559.16 2.251.48a.577.577 0 01.345.441.592.592 0 01-.174.558l-.944.944a.605.605 0 01-.443.194.649.649 0 01-.174-.039 3.37 3.37 0 00-.866-.114H5.542c-.846 0-1.573.302-2.174.905a2.959 2.959 0 00-.905 2.174v16.009c0 .848.302 1.57.905 2.176a2.968 2.968 0 002.174.903h16.011c.848 0 1.573-.302 2.174-.903a2.967 2.967 0 00.905-2.176v-4.889c0-.167.057-.306.174-.423l1.232-1.232a.61.61 0 01.443-.192c.075 0 .153.018.231.057.254.103.382.29.384.56zm4.443-9.411L15.874 24.139c-.309.309-.674.462-1.097.462s-.789-.153-1.097-.462l-8.274-8.274c-.309-.311-.462-.674-.462-1.097s.153-.789.464-1.097l2.114-2.114c.309-.309.674-.464 1.097-.464s.789.153 1.097.464l5.061 5.061L27.23 4.168c.306-.309.674-.462 1.097-.462s.789.153 1.097.462l2.117 2.117c.306.304.459.67.459 1.093s-.153.791-.462 1.099z" />
    </svg>
  );
}

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