moveDownRight static method

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

MoveDownRight icon

Implementation

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