applemusicicon Icon
App.tsx
import { AppleMusicIcon } from 'mmk-icons'; const App = () => { return ( <AppleMusicIcon /> ); }; export default App;