arrowLeftRight static method

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

ArrowLeftRight icon

Implementation

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