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

function BarChartHorizontal(
  props: React.SVGProps<SVGSVGElement>,
  svgRef?: React.Ref<SVGSVGElement>
) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.5 0a.5.5 0 01.5.5v15a.5.5 0 01-1 0V.5A.5.5 0 01.5 0zM3.5 0h10a.5.5 0 010 1h-10a.5.5 0 010-1zM3.5 5h12a.5.5 0 010 1h-12a.5.5 0 010-1zM3.5 10h6a.5.5 0 010 1h-6a.5.5 0 010-1zM3.5 15h8a.5.5 0 010 1h-8a.5.5 0 010-1z" />
    </svg>
  );
}

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