handHeart static method

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

HandHeart icon

Implementation

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