swords static method

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

Swords icon

Implementation

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