dumbbell static method

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

Dumbbell icon

Implementation

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