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