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

function Inr(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16.036 8.393v1.821c0 .321-.25.571-.571.571h-3c-.554 3.429-3.179 5.661-7.232 6.143 2.661 2.839 5.5 6.268 8.196 9.571a.539.539 0 01.071.607.557.557 0 01-.518.321H9.5a.54.54 0 01-.446-.214C6.179 23.767 3.536 20.606.161 17.017A.555.555 0 010 16.624v-2.268c0-.304.25-.571.571-.571h2c3.143 0 5.107-1.054 5.625-3H.571A.564.564 0 010 10.214V8.393c0-.321.25-.571.571-.571h7.375C7.267 6.483 5.66 5.804 3.16 5.804H.571A.575.575 0 010 5.233V2.858c0-.321.25-.571.571-.571h14.857c.321 0 .571.25.571.571v1.821c0 .321-.25.571-.571.571h-4.161c.571.732.946 1.589 1.143 2.571h3.054c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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