squareArrowOutUpRight static method

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

SquareArrowOutUpRight icon

Implementation

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