packagePlus static method

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

PackagePlus icon

Implementation

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