bookSearch static method

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

BookSearch icon

Implementation

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