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

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