chevronsRight static method

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

ChevronsRight icon

Implementation

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