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