arrowLeftRight static method

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

ArrowLeftRight icon

Implementation

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