bookUp2 static method

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

BookUp2 icon

Implementation

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