landPlot static method

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

LandPlot icon

Implementation

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