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