messageSquareQuote static method

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

MessageSquareQuote icon

Implementation

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