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

function BarChart(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="M11.429 16v9.143H6.858V16h4.571zm6.857-9.143v18.286h-4.571V6.857h4.571zm18.285 20.572v2.286H0V2.286h2.286v25.143h34.286zm-11.428-16v13.714h-4.571V11.429h4.571zM32 4.571v20.571h-4.571V4.571H32z" />
    </svg>
  );
}

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