squarePause static method

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

SquarePause icon

Implementation

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