notebook static method

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

Notebook icon

Implementation

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