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