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

function MultipleLinesChart(
  props: React.SVGProps<SVGSVGElement>,
  svgRef?: React.Ref<SVGSVGElement>
) {
  return (
    <svg viewBox="0 0 14 14" width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.9 13.1V0H0v14h14v-.9z" />
      <path d="M2.5 11.1c-.1 0-.2 0-.3-.1-.2-.2-.2-.4 0-.6l2.5-2.5 1.9 1.3 5.6-6.3c.2-.2.4-.2.6 0 .2.2.2.4 0 .6l-6.1 6.8L4.8 9l-2 2c-.1.1-.2.1-.3.1z" />
      <path d="M12.5 9.5c-.1 0-.2 0-.3-.1L7.5 4.5 6 5.8 4.5 4.1l-2 1.8c-.2.1-.4.1-.6-.1-.2-.2-.1-.5 0-.6l2.6-2.3 1.6 1.7 1.5-1.3 5.2 5.5c.2.2.2.5 0 .6-.1 0-.2.1-.3.1z" />
    </svg>
  );
}

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