walletCards static method

Component walletCards({
  1. IconSize size = IconSize.md,
})

WalletCards icon

Implementation

static Component walletCards({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4cc', size: size);