squareArrowUpRight static method

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

SquareArrowUpRight icon

Implementation

static Component squareArrowUpRight({IconSize size = IconSize.md}) =>
    lucide.SquareArrowUpRight(width: size.unit, height: size.unit);