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