listRestart static method

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

ListRestart icon

Implementation

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