import type { IconFC } from "./types.js"; /** * @internal */ export const WalletConnectIcon: IconFC = (props) => { return ( ); };