poundSterling static method

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

PoundSterling icon

Implementation

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