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