handbag static method

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

Handbag icon

Implementation

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