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