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

function QuoteLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.714 17.143V24a3.43 3.43 0 01-3.429 3.429H3.428A3.43 3.43 0 01-.001 24V11.429c0-5.036 4.107-9.143 9.143-9.143h1.143c.625 0 1.143.518 1.143 1.143v2.286c0 .625-.518 1.143-1.143 1.143H9.142a4.58 4.58 0 00-4.571 4.571V12c0 .946.768 1.714 1.714 1.714h4a3.43 3.43 0 013.429 3.429zm16 0V24a3.43 3.43 0 01-3.429 3.429h-6.857A3.43 3.43 0 0115.999 24V11.429c0-5.036 4.107-9.143 9.143-9.143h1.143c.625 0 1.143.518 1.143 1.143v2.286c0 .625-.518 1.143-1.143 1.143h-1.143a4.58 4.58 0 00-4.571 4.571V12c0 .946.768 1.714 1.714 1.714h4a3.43 3.43 0 013.429 3.429z" />
    </svg>
  );
}

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