squareArrowUpLeft static method

Widget squareArrowUpLeft({
  1. IconSize size = IconSize.md,
})

SquareArrowUpLeft icon

Implementation

static Widget squareArrowUpLeft({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4b7', size: size);