squareDot static method

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

SquareDot icon

Implementation

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