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