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

function Envira(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16 14.571c-2.268-4.286-4.357-8.464-10.304-11.286-3.554-1.679-.375.661-.375.661 3.232 2.232 4.714 5.25 6.446 8.554 2.25 4.304 5.643 9.982 10.304 11.982 4.643 2 2.446.893.429-.607-2.018-1.518-4.875-6.214-6.5-9.304zm-6.196 9.697C3.358 19.161 3.715 13.054 0 0c34.125 0 26.196 22.661 26.232 26.161L32 32h-1.857l-5.018-5.089c-2.786.304-8.893 2.464-15.321-2.643z" />
    </svg>
  );
}

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