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

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