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

function Growth(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="M4 6a2 2 0 10.001-3.999A2 2 0 004 6zm0 1a3 3 0 110-6 3 3 0 010 6zm8 7a2 2 0 10.001-3.999A2 2 0 0012 14zm0 1a3 3 0 110-6 3 3 0 010 6zM.646 14.646l13-13c.471-.471 1.179.236.707.707l-13 13c-.471.471-1.179-.236-.707-.707z" />
      <path d="M14.5 1a.5.5 0 01.5.5v4a.5.5 0 01-1 0V2h-3.5a.5.5 0 010-1h4z" />
    </svg>
  );
}

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