Skip to main contentMynaUI
All Icons
ChatX
chat-x
npm install @mynaui/icons-react
                  
import { ChatX } from "@mynaui/icons-react";

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