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