cookingPot static method

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

CookingPot icon

Implementation

static Component cookingPot({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e584', size: size);