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