shieldQuestionMark static method

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

ShieldQuestionMark icon

Implementation

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