bookX static method

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

BookX icon

Implementation

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