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