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

function QuoteRight(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 5.714v12.571c0 5.036-4.107 9.143-9.143 9.143H3.428a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h1.143a4.58 4.58 0 004.571-4.571v-.571c0-.946-.768-1.714-1.714-1.714h-4a3.43 3.43 0 01-3.429-3.429V5.714a3.43 3.43 0 013.429-3.429h6.857a3.43 3.43 0 013.429 3.429zm16 0v12.571c0 5.036-4.107 9.143-9.143 9.143h-1.143a1.151 1.151 0 01-1.143-1.143v-2.286c0-.625.518-1.143 1.143-1.143h1.143a4.58 4.58 0 004.571-4.571v-.571c0-.946-.768-1.714-1.714-1.714h-4a3.43 3.43 0 01-3.429-3.429V5.714a3.43 3.43 0 013.429-3.429h6.857a3.43 3.43 0 013.429 3.429z" />
    </svg>
  );
}

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