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