bookA static method

ArcaneGlyph bookA({
  1. IconSize size = IconSize.md,
})

BookA icon

Implementation

static ArcaneGlyph bookA({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e544', size: size);