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

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