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