sword static method

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

Sword icon

Implementation

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