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

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