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