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