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

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