heater static method

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

Heater icon

Implementation

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