shield static method

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

Shield icon

Implementation

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