import React, { useCallback } from 'react'
import { Typography } from 'antd';
import { BankFilled, WalletFilled } from '@ant-design/icons';
const { Text, Title } = Typography
const IconCard = ({ active, iconName, text, handleClick }) => {
const renderIcon = useCallback((nameId: string) => {
if (nameId === "card") return