bookA static method

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

BookA icon

Implementation

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