panda static method

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

Panda icon

Implementation

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