chessRook static method

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

ChessRook icon

Implementation

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