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

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