handbag static method

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

Handbag icon

Implementation

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