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