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

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