cigarette static method

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

Cigarette icon

Implementation

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