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