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