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