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