// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.5 15h15a.5.5 0 010 1H.5a.5.5 0 010-1zM15.093.209a.499.499 0 01.859.504l-.046.078-5 7a.5.5 0 01-.511.198l-.081-.025-4.662-1.865L.884 11.82a.5.5 0 01-.63.115l-.074-.051a.5.5 0 01-.115-.63l.051-.074 5-6a.498.498 0 01.482-.17l.088.026 4.635 1.853 4.772-6.68z" />
    </svg>
  );
}

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