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

function Review(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 11H8V6.031l.571-.271a2.5 2.5 0 10-2.142 0L7 6.031V11H1v1a1 1 0 001 1h11a1 1 0 001-1v-1zm-5-1h5a1 1 0 011 1v1a2 2 0 01-2 2H2a2 2 0 01-2-2v-1a1 1 0 011-1h5V6.663A3.501 3.501 0 017.5 0 3.5 3.5 0 019 6.663V10zM1.5 15h12a.5.5 0 010 1h-12a.5.5 0 010-1z" />
    </svg>
  );
}

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