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