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