squarePi static method

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

SquarePi icon

Implementation

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