bolt static method

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

Bolt icon

Implementation

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