bookAlert static method

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

BookAlert icon

Implementation

static Component bookAlert({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e672', size: size);