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