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