squareArrowOutUpRight static method

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

SquareArrowOutUpRight icon

Implementation

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