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

function Flow(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="M25.065 19.995H18.66L10.655 28H-.001v4H12.31l8.007-8.007h4.747v2.242l6.935-4.242-6.935-4.24zM14.318 11.995h10.747v2.242L32 9.995l-6.935-4.242v2.245h-9.088L7.977 0H0v4h6.322z" />
      <path d="M18.665 19.259l6.4-3.259-6.4-3.257V14H0v4h18.665z" />
    </svg>
  );
}

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