replyAll static method

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

ReplyAll icon

Implementation

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