smartphoneCharging static method

Widget smartphoneCharging({
  1. IconSize size = IconSize.md,
})

SmartphoneCharging icon

Implementation

static Widget smartphoneCharging({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e22e', size: size);