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