messageSquareOff static method

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

MessageSquareOff icon

Implementation

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