messageSquarePlus static method

Component messageSquarePlus({
  1. IconSize size = IconSize.md,
})

MessageSquarePlus icon

Implementation

static Component messageSquarePlus({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e40c', size: size);