webhookOff static method

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

WebhookOff icon

Implementation

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