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

function AreaChart(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.286zM29.714 9.143l4.571 16H4.571V14.857l8-10.286 10.286 10.286z" />
    </svg>
  );
}

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