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

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