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