syringe static method

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

Syringe icon

Implementation

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