biohazard static method

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

Biohazard icon

Implementation

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