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