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

function Funnel(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 0a.5.5 0 00-.436.745L.11.812 6 8.175V13.5c0 .134.053.26.146.353l.077.063 3 2a.5.5 0 00.771-.333l.007-.083V8.176l5.89-7.364a.5.5 0 00-.013-.64L15.813.11a.5.5 0 00-.64.013l-.062.065-6 7.5a.497.497 0 00-.102.228L9.002 8v6.564l-2-1.333V8a.499.499 0 00-.063-.242l-.047-.07L1.543 1h10.459a.5.5 0 00.492-.41l.008-.09a.5.5 0 00-.41-.492L12.002 0H.502z" />
    </svg>
  );
}

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