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

function FunnelTrend(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 5a.5.5 0 01.5.5v9a.5.5 0 01-1 0v-9A.5.5 0 01.5 5zM15.5 11a.5.5 0 01.5.5v3a.5.5 0 01-1 0v-3a.5.5 0 01.5-.5zM5.5 8a.5.5 0 01.5.5v6a.5.5 0 01-1 0v-6a.5.5 0 01.5-.5zM10.5 9a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM.11 1.188a.5.5 0 01.628-.128l.075.05L5.677 5h4.824c.06 0 .12.011.176.032l.081.039 5 3a.5.5 0 01-.434.897l-.081-.039L10.362 6H5.5a.499.499 0 01-.242-.063l-.07-.047-5-4a.5.5 0 01-.078-.703z" />
    </svg>
  );
}

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