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

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