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

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