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