house static method

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

House icon

Implementation

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