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