moveRight static method

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

MoveRight icon

Implementation

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