handGrab static method

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

HandGrab icon

Implementation

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