squareParkingOff static method

Widget squareParkingOff({
  1. IconSize size = IconSize.md,
})

SquareParkingOff icon

Implementation

static Widget squareParkingOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e3cc', size: size);