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