bookAlert static method

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

BookAlert icon

Implementation

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