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

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