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