chevronsRight static method

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

ChevronsRight icon

Implementation

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