shield static method

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

Shield icon

Implementation

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