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