heartPlus static method

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

HeartPlus icon

Implementation

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