mapPinPlus static method

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

MapPinPlus icon

Implementation

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