handshake static method

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

Handshake icon

Implementation

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