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