landPlot static method

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

LandPlot icon

Implementation

static ArcaneGlyph landPlot({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e528', size: size);