squareArrowRight static method

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

SquareArrowRight icon

Implementation

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