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