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