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