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