squareArrowUpRight static method

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

SquareArrowUpRight icon

Implementation

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