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