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