helicopter static method

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

Helicopter icon

Implementation

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