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

function LineChart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M36.571 27.429v2.286H0V2.286h2.286v25.143h34.286zM34.286 5.143v7.768a.57.57 0 01-.982.393l-2.161-2.161-11.304 11.304a.571.571 0 01-.821 0l-4.161-4.161-7.429 7.429-3.429-3.429L14.445 11.84a.571.571 0 01.821 0l4.161 4.161 8.286-8.286-2.161-2.161a.57.57 0 01.393-.982h7.768c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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