webhook static method

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

Webhook icon

Implementation

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