wifiZero static method

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

WifiZero icon

Implementation

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