poundSterling static method

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

PoundSterling icon

Implementation

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