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

function BarChartRanking(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 29.943h32V32H0v-2.057zM24 16h5.943v10.057H24V16zM0 0h5.943v26.057H0V0zm8 8h5.943v18.057H8V8zm8 4.114h5.943v13.943H16V12.114z" />
    </svg>
  );
}

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