messageSquareQuote static method

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

MessageSquareQuote icon

Implementation

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