All Icons
AngryGhostSolid
angry-ghost-solid
npm install @mynaui/icons-react
                  
import { AngryGhostSolid } from "@mynaui/icons-react";

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