squareMousePointer static method

ArcaneGlyph squareMousePointer({
  1. IconSize size = IconSize.md,
})

SquareMousePointer icon

Implementation

static ArcaneGlyph squareMousePointer({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e202', size: size);