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