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

function Paragraph(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.821 3.375v1.304c0 .607-.482 1.661-1.089 1.661-.304 0-.661-.054-.964.018a.751.751 0 00-.571.554c-.089.339-.054.768-.054 1.143v20.571c0 .607-.482 1.089-1.089 1.089h-1.929a1.082 1.082 0 01-1.089-1.089V6.876h-2.554v21.75c0 .607-.482 1.089-1.089 1.089h-1.929a1.082 1.082 0 01-1.089-1.089v-8.857c-1.732-.143-3.214-.5-4.375-1.054a7.356 7.356 0 01-3.429-3.196C.821 14.144.428 12.59.428 10.894c0-1.982.536-3.696 1.571-5.107C3.053 4.376 4.303 3.43 5.731 2.948c1.339-.446 4.161-.661 7.446-.661h8.554c.607 0 1.089.482 1.089 1.089z" />
    </svg>
  );
}

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