handHeart static method

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

HandHeart icon

Implementation

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