bookUser static method

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

BookUser icon

Implementation

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