iceCreamBowl static method

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

IceCreamBowl icon

Implementation

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