squareArrowRight static method

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

SquareArrowRight icon

Implementation

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