chessPawn static method

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

ChessPawn icon

Implementation

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