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

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