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

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