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