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