chatgpticon Icon
App.tsx
import { ChatGPTIcon } from 'mmk-icons'; const App = () => { return ( <ChatGPTIcon /> ); }; export default App;