arrowRightToLine static method

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

ArrowRightToLine icon

Implementation

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