import type { FC } from 'react'; import React from 'react'; export const WalletSVG: FC = () => { return ( ); };