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