import * as React from 'react'; export interface Funnel16Props extends React.SVGProps { ariaLabel?: string } export default function Funnel16({ ariaLabel, ...props }: Funnel16Props) { return ( ); }