webhook static method

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

Webhook icon

Implementation

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