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

function Charts(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 30V0H0v32h32v-2z" />
      <path d="M18.798 18.222a.995.995 0 01-.706-.293l-5.106-5.104-2.834 2.832a1 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.959c-.187.185-.441.29-.706.29z" />
      <path d="M4.395 28V15.76s1.024-.391 1.415 0l3.634 3.634 2.837-2.832a1 1 0 011.415 0l5.102 5.106 9.246-9.248c.391-.391 1.415 0 1.415 0v15.579H4.396z" />
    </svg>
  );
}

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