thermometerSun static method

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

ThermometerSun icon

Implementation

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