import type { SVGProps } from 'react'; const SvgFunnel = (props: SVGProps) => ( ); export default SvgFunnel;