squarePower static method

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

SquarePower icon

Implementation

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