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