messageSquareReply static method

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

MessageSquareReply icon

Implementation

static Component messageSquareReply({IconSize size = IconSize.md}) =>
    lucide.MessageSquareReply(width: size.unit, height: size.unit);