heartHandshake static method

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

HeartHandshake icon

Implementation

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