repeat static method

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

Repeat icon

Implementation

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