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