messageSquareQuote static method

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

MessageSquareQuote icon

Implementation

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