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