thermometer static method

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

Thermometer icon

Implementation

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