squareArrowOutDownRight static method

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

SquareArrowOutDownRight icon

Implementation

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