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