chessRook static method

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

ChessRook icon

Implementation

static Component chessRook({IconSize size = IconSize.md}) =>
    lucide.ChessRook(width: size.unit, height: size.unit);