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