squareArrowOutDownLeft static method

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

SquareArrowOutDownLeft icon

Implementation

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