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