shieldPlus static method

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

ShieldPlus icon

Implementation

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