Not Playing
Spotify
Ali Imam
No tags
import { GooglePlayLogo } from '@aliimam/logos';const App = () => { return ( <GooglePlayLogo size={200} color="currentColor" /> );};export default App;