rocket static method

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

Rocket icon

Implementation

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