moveDownRight static method

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

MoveDownRight icon

Implementation

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