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