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