squareSquare static method

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

SquareSquare icon

Implementation

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