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