shieldAlert static method

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

ShieldAlert icon

Implementation

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