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