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