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