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