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

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