triangleRight static method

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

TriangleRight icon

Implementation

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