arrowRight static method

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

ArrowRight icon

Implementation

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