bookLock static method

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

BookLock icon

Implementation

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