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