boxes static method

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

Boxes icon

Implementation

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