squareArrowOutUpRight static method

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

SquareArrowOutUpRight icon

Implementation

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