chevronsLeftRight static method

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

ChevronsLeftRight icon

Implementation

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