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