Barrel export file that re-exports all finance and payment-related icon components from their individual modules.
## Key Components
| Export | Description |
|--------|-------------|
| `AtmCardIcon`, `AtmMoneyIcon` | ATM card and cash icons |
| `BankIcon`, `BankInterestIcon` | Banking-related icons |
| `CoinIcon`, `CoinInsertIcon`, `CoinsIcon` | Coin and currency icons |
| `CoinsExchangeIcon`, `CoinsExchangeCurrencyIcon` | Currency exchange icons |
| `CreditCard*Icon` | Full suite of credit card state icons (lock, edit, plus, minus, search, shield, xmark, arrows) |
| `HandCoinIcon`, `HandDollarIcon` | Hand-holding payment icons |
| `MoneyBill*Icon`, `MoneyCheque*Icon` | Bill and cheque variants |
| `PiggyBankIcon`, `SackIcon` | Savings and money bag icons |
| `PosMachineIcon` | Point-of-sale terminal icon |
| `Wallet01Icon`, `Wallet02Icon` | Wallet icon variants |
## Usage Example
```typescript
import {
CreditCardIcon,
WalletIcon,
BankIcon,
PiggyBankIcon
} from './icons/finance';
// Use in a React/Vue component
```
> All icons are exported as named exports, enabling tree-shaking so only the icons actually used are included in your final bundle.