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