linkedin static method

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

Linkedin icon

Implementation

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