banknote static method

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

Banknote icon

Implementation

static Component banknote({IconSize size = IconSize.md}) =>
    lucide.Banknote(width: size.unit, height: size.unit);