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