squareArrowDownRight static method

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

SquareArrowDownRight icon

Implementation

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