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