wand static method

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

Wand icon

Implementation

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