squareArrowLeft static method

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

SquareArrowLeft icon

Implementation

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