shieldCheck static method

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

ShieldCheck icon

Implementation

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