webhookOff static method

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

WebhookOff icon

Implementation

static Component webhookOff({IconSize size = IconSize.md}) =>
    lucide.WebhookOff(width: size.unit, height: size.unit);