messageSquareReply static method

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

MessageSquareReply icon

Implementation

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