wind static method

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

Wind icon

Implementation

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