housePlus static method

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

HousePlus icon

Implementation

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