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