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

function Reply(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="M32 20c0 2.5-1.25 5.768-2.268 8.054-.196.411-.393.982-.661 1.357-.125.179-.25.304-.5.304-.357 0-.571-.286-.571-.625 0-.286.071-.607.089-.893.054-.732.089-1.464.089-2.196 0-8.518-5.054-10-12.75-10h-4v4.571c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339L.338 12.233c-.214-.214-.339-.5-.339-.804s.125-.589.339-.804l9.143-9.143c.214-.214.5-.339.804-.339.625 0 1.143.518 1.143 1.143v4.571h4c5.857 0 13.143 1.036 15.625 7.196.75 1.893.946 3.946.946 5.946z" />
    </svg>
  );
}

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