bubbles static method

ArcaneGlyph bubbles({
  1. IconSize size = IconSize.md,
})

Bubbles icon

Implementation

static ArcaneGlyph bubbles({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e654', size: size);