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