building2 static method

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

Building2 icon

Implementation

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