moveUpRight static method

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

MoveUpRight icon

Implementation

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