squareParking static method

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

SquareParking icon

Implementation

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