logs static method

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

Logs icon

Implementation

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