chessRook static method

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

ChessRook icon

Implementation

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