copyPlus static method

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

CopyPlus icon

Implementation

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