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