backpack static method

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

Backpack icon

Implementation

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