funnel static method

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

Funnel icon

Implementation

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