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

function ChartsLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M2 25.026V4.973H0v22.053h32v-2z" />
      <path d="M19.872 18.679a.995.995 0 01-.706-.293l-5.104-5.104-2.837 2.834a1 1 0 01-1.415 0l-4.343-4.343a1 1 0 111.415-1.415l3.634 3.634 2.837-2.834a1 1 0 011.415 0l5.104 5.106 9.246-9.248a1 1 0 111.415 1.415l-9.954 9.957c-.187.185-.441.29-.706.29z" />
      <path d="M29.824 12.841a1 1 0 01-1.001-1.001V8.574H25.44a1 1 0 110-2.002h5.385v5.269a1 1 0 01-1.001 1.001z" />
    </svg>
  );
}

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