import { SVGProps } from 'react'; export function NavArrowDownIcon( props: JSX.IntrinsicAttributes & SVGProps ) { return ( Nav Arrow Down ); }