shieldPlus static method

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

ShieldPlus icon

Implementation

static ArcaneGlyph shieldPlus({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e519', size: size);