brickWallShield static method

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

BrickWallShield icon

Implementation

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