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