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