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