funnel static method

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

Funnel icon

Implementation

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