creditCard property

SvgAsset get creditCard

The assets/icons/credit-card.svg.

Implementation

SvgAsset get creditCard => const SvgAsset(
      'forui_assets',
      'credit-card',
      'assets/icons/credit-card.svg',
    );