currency static method

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

Currency icon

Implementation

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