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