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