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