Skip to main contentMynaUI
All Icons
WifiLow
wifi-low
npm install @mynaui/icons-react
                  
import { WifiLow } from "@mynaui/icons-react";

const App = () => {
  return <WifiLow />;
};