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