cookingPot static method

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

CookingPot icon

Implementation

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