cannabisOff static method

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

CannabisOff icon

Implementation

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