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