box static method

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

Box icon

Implementation

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