shieldAlert static method

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

ShieldAlert icon

Implementation

static Component shieldAlert({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1fe', size: size);