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