squarePlus static method

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

SquarePlus icon

Implementation

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