moveUpRight static method

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

MoveUpRight icon

Implementation

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