Project

General

Profile

ClientProject #2943

Updated by Nazmul Hossain Shovon 8 months ago

Summary: 

 * Added new SVG React components for payment method icons: 
 * BankTransferIcon 
 * EquityBankIcon 
 * MasterCardIcon 
 * PaypalIcon 
 * Placed these icon components in the icons directory. 
 * Updated index.tsx to export the new icons. 
 * Refactored PaymentMethods.tsx to use the new icon components directly, replacing previous icon logic and removing dependency on lucide-react icon types.

Back